Do not define NDEBUG for DEBUGGER

This commit is contained in:
OV2 2017-10-01 14:49:48 +02:00
parent 83dd149788
commit a65fa26627
1 changed files with 2 additions and 0 deletions

View File

@ -5,7 +5,9 @@
#define BLARGG_CONFIG_H
// Uncomment to disable debugging checks
#ifndef DEBUGGER
#define NDEBUG 1
#endif
// Uncomment to enable platform-specific (and possibly non-portable) optimizations
//#define BLARGG_NONPORTABLE 1