mirror of https://github.com/snes9xgit/snes9x.git
Do not define NDEBUG for DEBUGGER
This commit is contained in:
parent
83dd149788
commit
a65fa26627
|
@ -5,7 +5,9 @@
|
||||||
#define BLARGG_CONFIG_H
|
#define BLARGG_CONFIG_H
|
||||||
|
|
||||||
// Uncomment to disable debugging checks
|
// Uncomment to disable debugging checks
|
||||||
|
#ifndef DEBUGGER
|
||||||
#define NDEBUG 1
|
#define NDEBUG 1
|
||||||
|
#endif
|
||||||
|
|
||||||
// Uncomment to enable platform-specific (and possibly non-portable) optimizations
|
// Uncomment to enable platform-specific (and possibly non-portable) optimizations
|
||||||
//#define BLARGG_NONPORTABLE 1
|
//#define BLARGG_NONPORTABLE 1
|
||||||
|
|
Loading…
Reference in New Issue