File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,13 @@ rule cc
21
21
config . isWin ? "" : "&& strip $out"
22
22
}
23
23
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
27
24
build ../${ process . platform } /rescript$ext: cc $INCL/rescript.mli $INCL/rescript.ml
28
25
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
30
27
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
32
29
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
34
31
flags = $flags -w A-4-9-48-40-45-41-44-50-21-30-32-34-37-27-60-42 -warn-error A
35
32
` ;
36
33
}
You can’t perform that action at this time.
0 commit comments