diff options
author | Zack Middleton <zturtleman@gmail.com> | 2011-12-08 22:24:48 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 20:16:44 +0000 |
commit | a7c5f1075aeea47df7665b3a505aa2b70c6719e3 (patch) | |
tree | 5d40b187693aaf980d19aa506c8959b2e88eedb3 /src/qcommon/qcommon.h | |
parent | acdd531bccb0469f74b627589905488d99c394a0 (diff) |
Enable zone and hunk debug in debug build.
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r-- | src/qcommon/qcommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index 746376fb..ef73a63c 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -889,7 +889,7 @@ temp file loading */ -#if defined(_DEBUG) && !defined(BSPC) +#if !defined(NDEBUG) && !defined(BSPC) #define ZONE_DEBUG #endif |