Skip to content

Commit ded26c2

Browse files
committed
upgrade the dev compiler too
1 parent f600abb commit ded26c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/buildocaml.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ function build(config) {
5858
if (config) {
5959
var { make } = require("./config.js");
6060
cp.execSync(
61-
'./configure -cc "gcc -Wno-implicit-function-declaration -fcommon" -flambda -prefix ' +
61+
'./configure --disable-naked-pointers --enable-flambda -prefix ' +
6262
prefix +
63-
` -no-ocamlbuild -no-curses -no-graph -no-pthread -no-debugger && ${make} clean`,
63+
` && ${make} clean`,
6464
{ cwd: ocamlSrcDir, stdio: [0, 1, 2] }
6565
);
6666
}

vendor/ocaml.tar.gz

332 KB
Binary file not shown.

0 commit comments

Comments
 (0)