don't autoenable sanitize in debug mode - compilation time is too slow

This commit is contained in:
Uwe Rathmann 2017-12-12 20:14:31 +01:00
parent 51d1e9fe59
commit 154bae4dac

View File

@ -3,12 +3,12 @@ CONFIG += no_keywords
CONFIG += silent CONFIG += silent
CONFIG -= depend_includepath CONFIG -= depend_includepath
#CONFIG += debug
CONFIG += strict_c++ CONFIG += strict_c++
CONFIG += c++11 CONFIG += c++11
CONFIG += pedantic CONFIG += pedantic
debug: CONFIG += sanitize # CONFIG += debug
# CONFIG += sanitize
MOC_DIR = moc MOC_DIR = moc
OBJECTS_DIR = obj OBJECTS_DIR = obj