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

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