From 8107068a29d6b5180b4a7c37ac1be2e6de74ab66 Mon Sep 17 00:00:00 2001 From: ExMix Date: Wed, 8 Oct 2014 16:36:50 +0300 Subject: [PATCH] [core] show debug info in debug build --- map/information_display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/information_display.cpp b/map/information_display.cpp index dfabc92078..7aa757faf2 100644 --- a/map/information_display.cpp +++ b/map/information_display.cpp @@ -43,7 +43,7 @@ InformationDisplay::InformationDisplay(Framework * fw) InitDebugLabel(); InitCopyright(fw); -#ifdef DEBUG +#ifndef DEBUG enableDebugInfo(false); #endif