We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702fa48 commit 955fdebCopy full SHA for 955fdeb
scripts/buildocaml.js
@@ -4,7 +4,7 @@ var path = require('path')
4
var prefix = path.normalize(path.join(__dirname,'..','native'))
5
6
function build() {
7
- cp.execSync('./configure -prefix ' + prefix + ' -no-ocamldoc -no-ocamlbuild -no-shared-libs -no-curses -no-graph -no-pthread -no-debugger && make -j9 world.opt && make install '
+ cp.execSync('./configure -prefix ' + prefix + ' -no-ocamlbuild -no-curses -no-graph -no-pthread -no-debugger && make -j9 world.opt && make install '
8
, { cwd: path.join(__dirname, '..', 'vendor', 'ocaml'), stdio: [0, 1, 2] })
9
}
10
0 commit comments