We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4d535 commit ff4e531Copy full SHA for ff4e531
1 file changed
package.json
@@ -35,7 +35,7 @@
35
36
"postinstall": "npm run reasonBuild",
37
"buildHelp": "eval $(dependencyEnv) && nopam && rebuild --help",
38
- "reasonBuild": "eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -I src ./src/Test.native 2>&1 | refmterr",
+ "reasonBuild": "eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -cflag -w -cflag -40 -I src ./src/Test.native 2>&1 | refmterr",
39
"reasonbuild": "npm run reasonBuild",
40
41
"start": "eval $(dependencyEnv) && ./_build/src/Test.native",
0 commit comments