We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c5baa commit 94ab5e5Copy full SHA for 94ab5e5
bsconfig.json
@@ -4,7 +4,6 @@
4
"ocaml-config" :
5
{
6
"bsdep" : "jscomp/bin/bsdep.exe",
7
- "bsbuild" : "jscomp/bin/bsbuild.exe",
8
"bsc" : "jscomp/bin/bsc.exe",
9
"bs-external-includes" : [
10
"jscomp/runtime",
jscomp/Makefile
@@ -127,8 +127,7 @@ release:snapshot
127
## we reuse the compiler-libs
128
world:
129
@echo "Making compiler"
130
- $(NATIVE) -g -inline 1000 -linkall -w -a -I +compiler-libs -I bin ocamlcommon.cmxa bin/compiler.mli bin/compiler.ml -o bin/bsc.exe
131
- $(MAKE) -C bin -j 4 bspack.exe bsdep.exe bsppx.exe bspp.exe bsbuild.exe
+ $(MAKE) -C bin -j 6 all
132
@echo "Making compiler finished"
133
$(MAKE) libs
134
0 commit comments