From 4d2799a41daf22a0dc7ff17f79a93baaf81942ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Proust?= Date: Fri, 21 Feb 2014 12:57:50 +0000 Subject: [PATCH] build: do not -linkall --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07a9991..6951b26 100644 --- a/Makefile +++ b/Makefile @@ -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)