We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa88ec commit b553b6dCopy full SHA for b553b6d
compiler/tests-ocaml/lib-effects/dune
@@ -7,12 +7,7 @@
7
(:standard -w -38))
8
(js_of_ocaml
9
(flags
10
- (:standard --enable effects))
11
- ;; separate compilation doesn't work when using
12
- ;; features such as 'effects' or 'use-js-string'
13
- ;; because dune doesn't know that it should compile
14
- ;; multiple versions of the dependencies
15
- (compilation_mode whole_program))))
+ (:standard --enable effects)))))
16
17
(executables
18
(enabled_if
0 commit comments