From a307bb09f774beeaa30df6e710e4d0a23c813098 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 14 Jan 2018 18:39:04 -0600 Subject: [PATCH] chore(jbuild): missing flag for optional sublibs, deps --- .travis.yml | 2 +- src/threads/jbuild | 1 + src/unix/jbuild | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fcb2cfe6..59f120c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/src/threads/jbuild b/src/threads/jbuild index 4cd4e2b8..c698afac 100644 --- a/src/threads/jbuild +++ b/src/threads/jbuild @@ -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)) diff --git a/src/unix/jbuild b/src/unix/jbuild index db46f8fa..c46a4c25 100644 --- a/src/unix/jbuild +++ b/src/unix/jbuild @@ -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))