Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2014-10-08 17:36:50 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:29:45 +0300
commit8107068a29d6b5180b4a7c37ac1be2e6de74ab66 (patch)
tree974ef00000591cd2563715a330b2dbda94afb9bb /map/information_display.cpp
parent85616deb68a39e78572b182e1937d19723d77ac1 (diff)
[core] show debug info in debug build
Diffstat (limited to 'map/information_display.cpp')
-rw-r--r--map/information_display.cpp2
1 files changed, 1 insertions, 1 deletions
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