summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/debug.h2
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