From 154bae4dac0beb70587f83da51c86295bee2bfdd Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Tue, 12 Dec 2017 20:14:31 +0100 Subject: [PATCH] don't autoenable sanitize in debug mode - compilation time is too slow --- qskconfig.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qskconfig.pri b/qskconfig.pri index 7aa84ecf..9952b919 100644 --- a/qskconfig.pri +++ b/qskconfig.pri @@ -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