[core] show debug info in debug build

This commit is contained in:
ExMix 2014-10-08 16:36:50 +03:00 committed by Alex Zolotarev
parent 85616deb68
commit 8107068a29

View file

@ -43,7 +43,7 @@ InformationDisplay::InformationDisplay(Framework * fw)
InitDebugLabel();
InitCopyright(fw);
#ifdef DEBUG
#ifndef DEBUG
enableDebugInfo(false);
#endif