We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f96d3 commit c2bc59eCopy full SHA for c2bc59e
scripts/ninjaFactory.js
@@ -29,7 +29,7 @@ build ../${targetDir}/rescript$ext: cc $INCL/rescript.mli $INCL/rescript.ml
29
build ../${targetDir}/bsb_helper$ext: cc $INCL/bsb_helper.mli $INCL/bsb_helper.ml
30
flags = $flags -unboxed-types -w -a
31
build ../${targetDir}/bsc$ext: cc $INCL/whole_compiler.mli $INCL/whole_compiler.ml
32
- flags = $flags -w A-4-9-48-40-45-41-44-50-21-30-32-34-37-27-60-42
+ flags = $flags -w A-4-9-48-40-45-41-44-50-21-30-32-34-37-27-60-42 unix.cmxa str.cmxa
33
`;
34
}
35
0 commit comments