From 797a4608bfafcb32413768f475121491413bf4be Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 5 Dec 2010 08:26:10 +0000 Subject: [PATCH] Disable debug --- src/src.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/src.pro b/src/src.pro index ddf5c9d50..32325da5b 100644 --- a/src/src.pro +++ b/src/src.pro @@ -24,8 +24,8 @@ LANG_PATH = lang ICONS_PATH = Icons # use "CONFIG -= debug" to disable debug -CONFIG += debug -#CONFIG += release +CONFIG -= debug +CONFIG += release # Disable debug output in release mode !debug {