don't autoenable sanitize in debug mode - compilation time is too slow
This commit is contained in:
parent
51d1e9fe59
commit
154bae4dac
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user