diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h index e89f8278e..81a2e0526 100644 --- a/src/debug.h +++ b/src/debug.h @@ -19,6 +19,6 @@ */ #ifdef ENABLE_MEM_DEBUG -#define _DEBUG_NEW_EMULATE_MALLOC 1 +//define _DEBUG_NEW_EMULATE_MALLOC 1 #include "debug/debug_new.h" #endif |