5 lines
137 B
Text
5 lines
137 B
Text
|
#QMAKE_CXXFLAGS = -std=c++11 -stdlib=libc++
|
||
|
#QMAKE_LFLAGS = -std=c++11 -stdlib=libc++
|
||
|
CONFIG(release, debug|release): DEFINES += NDEBUG
|
||
|
|