From a9356d5a3b04000e18cb491345e216f7382fdece 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:56:53 +0100
Subject: [PATCH] Undo static linking

It only makes problems....
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5651da9..d088200 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ LDXX ?= g++
 OCAMLC := ocamlc.opt
 OCAMLCFLAGS := -I `ocamlfind query ocamlgraph`
 OCAMLOPT := ocamlopt.opt
-OCAMLOPTFLAGS := -cc $(LDXX) -cclib -static -unsafe -inline 100 -I `ocamlfind query ocamlgraph`
+OCAMLOPTFLAGS := -cc $(LDXX) -unsafe -inline 100 -I `ocamlfind query ocamlgraph`
 
 # No more user input beyond this point.
 
-- 
GitLab