We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7335d2 commit b21da18Copy full SHA for b21da18
analysis/Makefile
@@ -24,7 +24,7 @@ SOURCE_FILES = $(shell $(OCAMLDEP) -sort `find src -name "*.ml"` | sed -E "s/\.m
24
$(OUTPUT): $(SOURCE_FILES)
25
@echo Linking...
26
@$(OCAMLOPT) $(OCAMLFLAGS) -O2 -o $(OUTPUT) \
27
- -I +compiler-libs unix.cmxa str.cmxa ocamlcommon.cmxa $(INCLUDES) $(SOURCE_FILES)
+ unix.cmxa str.cmxa ocamlcommon.cmxa $(INCLUDES) $(SOURCE_FILES)
28
@echo Done!
29
30
build-native: $(OUTPUT) depend
0 commit comments