added parameter for stripping asserts on release on mingw

This commit is contained in:
Marco Callieri mcallieri 2009-11-13 11:41:07 +00:00
parent 02cd4abc6f
commit 72f4e20e1d

View File

@ -7,6 +7,10 @@ CONFIG += console \
stl \
debug_and_release
release{
win32-g++:DEFINES += NDEBUG
}
# Mac specific Config required to avoid to make application bundles
CONFIG -= app_bundle
TEMPLATE = app