[C++] Undo accidental commenting-out of NDEBUG flag.

Thanks to Flex Ferrum for spotting it.

Change-Id: I66d722a1da6c05c51a4a648453b1da6f2f445212
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
Erik Verbruggen
2012-02-13 15:15:54 +01:00
parent e83de4af64
commit bfd6a60b93

View File

@@ -1,7 +1,7 @@
TEMPLATE = lib
TARGET = CPlusPlus
#DEFINES += NDEBUG
DEFINES += NDEBUG
unix:QMAKE_CXXFLAGS_DEBUG += -O2
include(../../qtcreatorlibrary.pri)