summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2008-12-19 09:36:27 +0000
committernakeee <nakeee@gmail.com>2008-12-19 09:36:27 +0000
commit2bb169ce371dfa71ac4f81835d36c68e01e5190c (patch)
tree00d156b6e56d0c493f7c85fb1f17cc9ae5e8be97 /Source/Core
parent54c6a624ea2fdd1bfab1868d7eab32a3db0d8814 (diff)
Moved the wx anti debug flag to scons
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1591 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/Src/Common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h
index fe13607ea3..c4cea287ca 100644
--- a/Source/Core/Common/Src/Common.h
+++ b/Source/Core/Common/Src/Common.h
@@ -40,7 +40,6 @@
#define HAVE_WIIUSE 1
#define HAVE_WX 1
#else
-#define NDEBUG 1 // FIXME: this disable wx debugging how do we make it work?
#include "CommonTypes.h"
#include "Config.h"
#endif