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

Disable debug compile flag -g everywhere

parent f467aedf
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,5 @@ BISON = bison ...@@ -3,5 +3,5 @@ BISON = bison
LEX = flex LEX = flex
GCC = g++ GCC = g++
GCCFLAGS = -g -Wall -Wno-deprecated GCCFLAGS = -Wall -Wno-deprecated
...@@ -48,9 +48,9 @@ CXXFLAGS += -Wall $(INCS) ...@@ -48,9 +48,9 @@ CXXFLAGS += -Wall $(INCS)
LDXX ?= g++ LDXX ?= g++
OCAMLC := ocamlc.opt OCAMLC := ocamlc.opt
OCAMLCFLAGS := -g -I `ocamlfind query ocamlgraph` OCAMLCFLAGS := -I `ocamlfind query ocamlgraph`
OCAMLOPT := ocamlopt.opt OCAMLOPT := ocamlopt.opt
OCAMLOPTFLAGS := -g -cc $(LDXX) -cclib -static -unsafe -inline 100 -I `ocamlfind query ocamlgraph` OCAMLOPTFLAGS := -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