mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-01 09:22:40 +00:00
Enable zone and hunk debug in debug build.
This commit is contained in:
parent
943d94bf0b
commit
5c1ddf4020
2 changed files with 2 additions and 2 deletions
|
@ -306,7 +306,7 @@ typedef enum {
|
||||||
#define UI_INVERSE 0x00002000
|
#define UI_INVERSE 0x00002000
|
||||||
#define UI_PULSE 0x00004000
|
#define UI_PULSE 0x00004000
|
||||||
|
|
||||||
#if defined(_DEBUG) && !defined(BSPC)
|
#if !defined(NDEBUG) && !defined(BSPC)
|
||||||
#define HUNK_DEBUG
|
#define HUNK_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -919,7 +919,7 @@ temp file loading
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(_DEBUG) && !defined(BSPC)
|
#if !defined(NDEBUG) && !defined(BSPC)
|
||||||
#define ZONE_DEBUG
|
#define ZONE_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue