cli: in release use the NDEBUG to avoid assertions
This commit is contained in:
parent
348c663ce0
commit
6084a5a061
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue