cli: in release use the NDEBUG to avoid assertions

This commit is contained in:
Daniel Marjamäki 2009-11-28 17:50:53 +01:00
parent 348c663ce0
commit 6084a5a061
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ SOURCES += main.cpp \
HEADERS += cppcheckexecutor.cpp \
threadexecutor.cpp
CONFIG(release, debug|release) {
DEFINES += NDEBUG
}
win32 {
CONFIG += embed_manifest_exe console
RC_FILE = cppcheck.rc