From f467aedf8559922c39f47caca3e3f4f0d99e9bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Wi=C3=9Fmann?= <edu@thorsten-wissmann.de> Date: Tue, 28 Jan 2014 23:38:52 +0100 Subject: [PATCH] Enable static linking --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34f90bb..5ecf6c0 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ LDXX ?= g++ OCAMLC := ocamlc.opt OCAMLCFLAGS := -g -I `ocamlfind query ocamlgraph` OCAMLOPT := ocamlopt.opt -OCAMLOPTFLAGS := -g -cc $(LDXX) -unsafe -inline 100 -I `ocamlfind query ocamlgraph` +OCAMLOPTFLAGS := -g -cc $(LDXX) -cclib -static -unsafe -inline 100 -I `ocamlfind query ocamlgraph` # No more user input beyond this point. -- GitLab