Use O2 optimization level

This commit is contained in:
Roberto Raggi
2010-08-13 13:35:14 +02:00
parent 5695cd69ea
commit da31bce5f8

View File

@@ -3,7 +3,7 @@ CONFIG+=dll
TARGET = CPlusPlus
DEFINES += NDEBUG
unix:QMAKE_CXXFLAGS_DEBUG += -O3
unix:QMAKE_CXXFLAGS_DEBUG += -O2
include(../../qtcreatorlibrary.pri)
include(cplusplus-lib.pri)