We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0867ac8 commit 920ea53Copy full SHA for 920ea53
scripts/buildocaml.js
@@ -64,7 +64,7 @@ function build(config) {
64
if (config) {
65
var { make } = require("./config.js");
66
cp.execSync(
67
- "./configure -flambda -prefix " +
+ "./configure -cc \"gcc -Wno-implicit-function-declaration\" -flambda -prefix " +
68
prefix +
69
` -no-ocamlbuild -no-curses -no-graph -no-pthread -no-debugger && ${make} clean`,
70
{ cwd: ocamlSrcDir, stdio: [0, 1, 2] }
0 commit comments