Enable zone and hunk debug in debug build.

This commit is contained in:
Zack Middleton 2011-12-08 22:24:48 +00:00
parent 943d94bf0b
commit 5c1ddf4020
2 changed files with 2 additions and 2 deletions

View File

@ -306,7 +306,7 @@ typedef enum {
#define UI_INVERSE 0x00002000
#define UI_PULSE 0x00004000
#if defined(_DEBUG) && !defined(BSPC)
#if !defined(NDEBUG) && !defined(BSPC)
#define HUNK_DEBUG
#endif

View File

@ -919,7 +919,7 @@ temp file loading
*/
#if defined(_DEBUG) && !defined(BSPC)
#if !defined(NDEBUG) && !defined(BSPC)
#define ZONE_DEBUG
#endif