[quake3-commits] r2205 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Thu Dec 8 17:24:48 EST 2011
Author: ztm
Date: 2011-12-08 17:24:48 -0500 (Thu, 08 Dec 2011)
New Revision: 2205
Modified:
trunk/code/qcommon/q_shared.h
trunk/code/qcommon/qcommon.h
Log:
Enable zone and hunk debug in debug build.
Modified: trunk/code/qcommon/q_shared.h
===================================================================
--- trunk/code/qcommon/q_shared.h 2011-12-03 20:27:18 UTC (rev 2204)
+++ trunk/code/qcommon/q_shared.h 2011-12-08 22:24:48 UTC (rev 2205)
@@ -306,7 +306,7 @@
#define UI_INVERSE 0x00002000
#define UI_PULSE 0x00004000
-#if defined(_DEBUG) && !defined(BSPC)
+#if !defined(NDEBUG) && !defined(BSPC)
#define HUNK_DEBUG
#endif
Modified: trunk/code/qcommon/qcommon.h
===================================================================
--- trunk/code/qcommon/qcommon.h 2011-12-03 20:27:18 UTC (rev 2204)
+++ trunk/code/qcommon/qcommon.h 2011-12-08 22:24:48 UTC (rev 2205)
@@ -919,7 +919,7 @@
*/
-#if defined(_DEBUG) && !defined(BSPC)
+#if !defined(NDEBUG) && !defined(BSPC)
#define ZONE_DEBUG
#endif
More information about the quake3-commits
mailing list