From 85fe900afe9632fc875d44c15d3e3d8a451144ba Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 2 Nov 2007 22:56:33 +0000 Subject: [PATCH] - Disable debug mode --- src/src.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/src.pro b/src/src.pro index 8bc9afac1..1152b68a6 100644 --- a/src/src.pro +++ b/src/src.pro @@ -3,7 +3,7 @@ LANG_PATH = lang ICONS_PATH = Icons #Set the following variable to 1 to enable debug -DEBUG_MODE = 1 +DEBUG_MODE = 0 # Global TEMPLATE = app @@ -30,7 +30,7 @@ contains(DEBUG_MODE, 0){ # For libtorrent stuff # (comment this if you are using libtorrent with debug enabled) -#DEFINES += NDEBUG +DEFINES += NDEBUG # Install