mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-03-13 07:11:35 -04:00
Don't omit frame pointer in debug version
You can't really debug without a frame pointer :-)
This commit is contained in:
parent
b1d5db261b
commit
eef2c548db
@ -54,10 +54,10 @@ INCLUDEPATH += ../../../Source/EmberCommon
|
||||
|
||||
QMAKE_CXXFLAGS_RELEASE += -O2
|
||||
QMAKE_CXXFLAGS_RELEASE += -DNDEBUG
|
||||
QMAKE_CXXFLAGS_RELEASE += -fomit-frame-pointer
|
||||
|
||||
QMAKE_CXXFLAGS += -fPIC
|
||||
QMAKE_CXXFLAGS += -fpermissive
|
||||
QMAKE_CXXFLAGS += -fomit-frame-pointer
|
||||
QMAKE_CXXFLAGS += -pedantic
|
||||
QMAKE_CXXFLAGS += -std=c++11
|
||||
QMAKE_CXXFLAGS += -Wnon-virtual-dtor
|
||||
|
Loading…
Reference in New Issue
Block a user