Skip to content

Commit 94ab5e5

Browse files
committed
always use whole_compler.ml in any distribution
1 parent b9c5baa commit 94ab5e5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"ocaml-config" :
55
{
66
"bsdep" : "jscomp/bin/bsdep.exe",
7-
"bsbuild" : "jscomp/bin/bsbuild.exe",
87
"bsc" : "jscomp/bin/bsc.exe",
98
"bs-external-includes" : [
109
"jscomp/runtime",

jscomp/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ release:snapshot
127127
## we reuse the compiler-libs
128128
world:
129129
@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
130+
$(MAKE) -C bin -j 6 all
132131
@echo "Making compiler finished"
133132
$(MAKE) libs
134133

0 commit comments

Comments
 (0)