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

Enable static linking

parent 9e6f9c0a
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ LDXX ?= g++ ...@@ -50,7 +50,7 @@ LDXX ?= g++
OCAMLC := ocamlc.opt OCAMLC := ocamlc.opt
OCAMLCFLAGS := -g -I `ocamlfind query ocamlgraph` OCAMLCFLAGS := -g -I `ocamlfind query ocamlgraph`
OCAMLOPT := ocamlopt.opt 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. # 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