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 -= depend_includepath
|
||||
|
||||
#CONFIG += debug
|
||||
CONFIG += strict_c++
|
||||
CONFIG += c++11
|
||||
CONFIG += pedantic
|
||||
|
||||
debug: CONFIG += sanitize
|
||||
# CONFIG += debug
|
||||
# CONFIG += sanitize
|
||||
|
||||
MOC_DIR = moc
|
||||
OBJECTS_DIR = obj
|
||||
|
Loading…
x
Reference in New Issue
Block a user