mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-21 16:56:39 -05:00
chore(jbuild): missing flag for optional sublibs, deps
This commit is contained in:
parent
266c0c073e
commit
a307bb09f7
3 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ before_install:
|
|||
install:
|
||||
# Install dependencies
|
||||
- opam pin add --no-action containers .
|
||||
- opam install jbuilder
|
||||
- opam install jbuilder base-bytes result
|
||||
- opam install --deps-only containers
|
||||
script:
|
||||
- make build
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
((name containers_thread)
|
||||
(public_name containers.thread)
|
||||
(wrapped false)
|
||||
(optional)
|
||||
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -color always))
|
||||
(ocamlopt_flags (:standard -O3 -color always
|
||||
-unbox-closures -unbox-closures-factor 20))
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
((name containers_unix)
|
||||
(public_name containers.unix)
|
||||
(wrapped false)
|
||||
(optional)
|
||||
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -color always))
|
||||
(ocamlopt_flags (:standard -O3 -color always
|
||||
-unbox-closures -unbox-closures-factor 20))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue