mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
Moved the wx anti debug flag to scons
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1591 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
54c6a624ea
commit
2bb169ce37
@ -150,6 +150,9 @@ if (flavour == 'debug'):
|
|||||||
compileFlags.append('-g')
|
compileFlags.append('-g')
|
||||||
cppDefines.append('LOGGING')
|
cppDefines.append('LOGGING')
|
||||||
cppDefines.append('_DEBUG')
|
cppDefines.append('_DEBUG')
|
||||||
|
# FIXME: this disable wx debugging how do we make it work?
|
||||||
|
cppDefines.append('NDEBUG')
|
||||||
|
|
||||||
elif (flavour == 'devel'):
|
elif (flavour == 'devel'):
|
||||||
compileFlags.append('-g')
|
compileFlags.append('-g')
|
||||||
cppDefines.append('DEBUGFAST')
|
cppDefines.append('DEBUGFAST')
|
||||||
|
@ -40,7 +40,6 @@
|
|||||||
#define HAVE_WIIUSE 1
|
#define HAVE_WIIUSE 1
|
||||||
#define HAVE_WX 1
|
#define HAVE_WX 1
|
||||||
#else
|
#else
|
||||||
#define NDEBUG 1 // FIXME: this disable wx debugging how do we make it work?
|
|
||||||
#include "CommonTypes.h"
|
#include "CommonTypes.h"
|
||||||
#include "Config.h"
|
#include "Config.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user