mirror of https://github.com/snes9xgit/snes9x.git
Do not define NDEBUG if _DEBUG is defined
This commit is contained in:
parent
821f1ed207
commit
3b4801d35a
|
@ -5,7 +5,7 @@
|
||||||
#define BLARGG_CONFIG_H
|
#define BLARGG_CONFIG_H
|
||||||
|
|
||||||
// Uncomment to disable debugging checks
|
// Uncomment to disable debugging checks
|
||||||
#ifndef DEBUGGER
|
#if !defined(DEBUGGER) && !defined(_DEBUG)
|
||||||
#define NDEBUG 1
|
#define NDEBUG 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue