forked from qt-creator/qt-creator
Removed debug-build flags.
Change-Id: Ic95a68e46f4f4df38cbee2c0d5fe2428f5bee39f Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = CPlusPlus
|
||||
|
||||
#DEFINES += NDEBUG
|
||||
#unix:QMAKE_CXXFLAGS_DEBUG += -O2
|
||||
QMAKE_CXXFLAGS_DEBUG += -ggdb
|
||||
DEFINES += NDEBUG
|
||||
unix:QMAKE_CXXFLAGS_DEBUG += -O2
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
include(cplusplus-lib.pri)
|
||||
include(../languageutils/languageutils.pri)
|
||||
|
||||
Reference in New Issue
Block a user