forked from qt-creator/qt-creator
		
	[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:
		@@ -1,7 +1,7 @@
 | 
			
		||||
TEMPLATE = lib
 | 
			
		||||
TARGET = CPlusPlus
 | 
			
		||||
 | 
			
		||||
#DEFINES += NDEBUG
 | 
			
		||||
DEFINES += NDEBUG
 | 
			
		||||
unix:QMAKE_CXXFLAGS_DEBUG += -O2
 | 
			
		||||
 | 
			
		||||
include(../../qtcreatorlibrary.pri)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user