We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de23363 commit bbbe95cCopy full SHA for bbbe95c
1 file changed
src/Makefile.in
@@ -50,18 +50,14 @@ CPPFLAGS = @CPPFLAGS@
50
INCDIRS = @INC@
51
NO_CUSTOM = yes
52
OCAMLFLAGS = @OCAMLFLAGS@
53
-OCAMLNCFLAGS = -O3 -unsafe -inline 100 -noassert
54
PRE_TARGETS = gen-code
55
56
all: $(OCAMLBEST)
57
-#all: profiling-native-code-library
58
59
byte: byte-code-library
60
61
opt: native-code-library
62
63
-#profiling-native-code-library: byte-code-library
64
-
65
gen-code:
66
$(OCAMLOPT) -c gen_code_stubs.c
67
$(OCAMLOPT) str.cmxa gen_code_stubs.o gen_code.ml -o gen_code
0 commit comments