mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +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_PULSE 0x00004000
|
||||
|
||||
#if defined(_DEBUG) && !defined(BSPC)
|
||||
#if !defined(NDEBUG) && !defined(BSPC)
|
||||
#define HUNK_DEBUG
|
||||
#endif
|
||||
|
||||
|
|
|
@ -919,7 +919,7 @@ temp file loading
|
|||
|
||||
*/
|
||||
|
||||
#if defined(_DEBUG) && !defined(BSPC)
|
||||
#if !defined(NDEBUG) && !defined(BSPC)
|
||||
#define ZONE_DEBUG
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue