Skip to content

Commit bbbe95c

Browse files
committed
Remove OCAMLNCFLAGS
1 parent de23363 commit bbbe95c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Makefile.in

-4
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,14 @@ CPPFLAGS = @CPPFLAGS@
5050
INCDIRS = @INC@
5151
NO_CUSTOM = yes
5252
OCAMLFLAGS = @OCAMLFLAGS@
53-
OCAMLNCFLAGS = -O3 -unsafe -inline 100 -noassert
5453
PRE_TARGETS = gen-code
5554

5655
all: $(OCAMLBEST)
57-
#all: profiling-native-code-library
5856

5957
byte: byte-code-library
6058

6159
opt: native-code-library
6260

63-
#profiling-native-code-library: byte-code-library
64-
6561
gen-code:
6662
$(OCAMLOPT) -c gen_code_stubs.c
6763
$(OCAMLOPT) str.cmxa gen_code_stubs.o gen_code.ml -o gen_code

0 commit comments

Comments
 (0)