We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--enable-dev
1 parent 23b78d0 commit 77657d9Copy full SHA for 77657d9
otherlibs/systhreads/byte/dune
@@ -6,9 +6,9 @@
6
(name threads)
7
(modes byte)
8
(wrapped false)
9
- ; FIXME Fix warning 27
+ ; FIXME Fix warning 27 and -no-strict-sequence
10
(flags
11
- (:standard -g -bin-annot -w -27))
+ (:standard -no-strict-sequence -g -bin-annot -w -27))
12
(ocamlopt_flags
13
(:include %{project_root}/ocamlopt_flags.sexp))
14
(libraries unix)
otherlibs/systhreads/native/dune
(name threadsnat)
(modes native)
0 commit comments