Skip to content
Snippets Groups Projects
Commit a9356d5a authored by Thorsten Wißmann's avatar Thorsten Wißmann :guitar:
Browse files

Undo static linking

It only makes problems....
parent 3068712a
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment