Commit 5bcd6b64 by Maarten L. Hekkelman

flag for debug info

parent 5883f507
...@@ -59,7 +59,7 @@ DEFINES += VERSION='"$(VERSION)"' ...@@ -59,7 +59,7 @@ DEFINES += VERSION='"$(VERSION)"'
ifeq "$(DEBUG)" "1" ifeq "$(DEBUG)" "1"
DEFINES += DEBUG DEFINES += DEBUG
CXXFLAGS += -g -O0 CXXFLAGS += -g -O0 -fstandalone-debug
LDFLAGS += -g LDFLAGS += -g
else else
CXXFLAGS += -O2 CXXFLAGS += -O2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment