diff --git a/Makefile b/Makefile
index 5651da97d2975cc49f1451fcc2ae1d4845bdbe6e..d088200125dd3735c0e64a6d387fb5f9dc3763f0 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.