File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,13 @@ rule cc
2121 config . isWin ? "" : "&& strip $out"
2222 }
2323 description = Making $out
24- # build bspp.exe: cc bspp.mli bspp.ml
25- build ../${ process . platform } /bsb$ext: cc $INCL/bsb.mli $INCL/bsb.ml
26- flags = $flags -unboxed-types unix.cmxa str.cmxa
2724build ../${ process . platform } /rescript$ext: cc $INCL/rescript.mli $INCL/rescript.ml
2825 flags = $flags -unboxed-types unix.cmxa str.cmxa
29- o ../${ process . platform } /bsb_helper$ext: cc $INCL/bsb_helper.mli $INCL/bsb_helper.ml
26+ build ../${ process . platform } /bsb_helper$ext: cc $INCL/bsb_helper.mli $INCL/bsb_helper.ml
3027 flags = $flags -unboxed-types -w -a
31- o ../${ process . platform } /refmt$ext: cc $INCL/refmt_main3.mli $INCL/refmt_main3.ml
28+ build ../${ process . platform } /refmt$ext: cc $INCL/refmt_main3.mli $INCL/refmt_main3.ml
3229 flags = $flags -w -40-30 -no-alias-deps -I +compiler-libs ocamlcommon.cmxa
33- o ../${ process . platform } /bsc$ext: cc $INCL/whole_compiler.mli $INCL/whole_compiler.ml
30+ build ../${ process . platform } /bsc$ext: cc $INCL/whole_compiler.mli $INCL/whole_compiler.ml
3431 flags = $flags -w A-4-9-48-40-45-41-44-50-21-30-32-34-37-27-60-42 -warn-error A
3532` ;
3633}
You can’t perform that action at this time.
0 commit comments