Skip to content

Commit 77657d9

Browse files
authored
flambda-backend: Fix --enable-dev in runtime 5 (#2655)
* Fix --enable-dev for runtime 5 * Add CI
1 parent 23b78d0 commit 77657d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

otherlibs/systhreads/byte/dune

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
(name threads)
77
(modes byte)
88
(wrapped false)
9-
; FIXME Fix warning 27
9+
; FIXME Fix warning 27 and -no-strict-sequence
1010
(flags
11-
(:standard -g -bin-annot -w -27))
11+
(:standard -no-strict-sequence -g -bin-annot -w -27))
1212
(ocamlopt_flags
1313
(:include %{project_root}/ocamlopt_flags.sexp))
1414
(libraries unix)

otherlibs/systhreads/native/dune

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
(name threadsnat)
77
(modes native)
88
(wrapped false)
9-
; FIXME Fix warning 27
9+
; FIXME Fix warning 27 and -no-strict-sequence
1010
(flags
11-
(:standard -g -bin-annot -w -27))
11+
(:standard -no-strict-sequence -g -bin-annot -w -27))
1212
(ocamlopt_flags
1313
(:include %{project_root}/ocamlopt_flags.sexp))
1414
(libraries unix)

0 commit comments

Comments
 (0)