Skip to content

Commit

Permalink
build: do not -linkall
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-proust committed Feb 21, 2014
1 parent 8a66bc6 commit 4d2799a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ uninstall:
$(OCAMLFIND) remove $(NAME)

$(LIB): $(LIBCMI) $(LIBOBJ)
$(OCAMLFIND) $(OCAMLC) -a -o $@ -package "$(REQUIRES)" -linkpkg $(LIBOBJ)
$(OCAMLFIND) $(OCAMLC) -a -o $@ -package "$(REQUIRES)" $(LIBOBJ)

$(LIBX): $(LIBCMI) $(LIBXOBJ)
$(OCAMLFIND) $(OCAMLOPT) -a -o $@ -package "$(REQUIRES)" $(LIBXOBJ)
Expand Down

0 comments on commit 4d2799a

Please sign in to comment.