Skip to content

Commit b21da18

Browse files
committed
Remove duplicate compier flags.
1 parent f7335d2 commit b21da18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SOURCE_FILES = $(shell $(OCAMLDEP) -sort `find src -name "*.ml"` | sed -E "s/\.m
2424
$(OUTPUT): $(SOURCE_FILES)
2525
@echo Linking...
2626
@$(OCAMLOPT) $(OCAMLFLAGS) -O2 -o $(OUTPUT) \
27-
-I +compiler-libs unix.cmxa str.cmxa ocamlcommon.cmxa $(INCLUDES) $(SOURCE_FILES)
27+
unix.cmxa str.cmxa ocamlcommon.cmxa $(INCLUDES) $(SOURCE_FILES)
2828
@echo Done!
2929

3030
build-native: $(OUTPUT) depend

0 commit comments

Comments
 (0)