diff options
Diffstat (limited to 'src/debug/debug_new.cpp')
-rw-r--r-- | src/debug/debug_new.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/debug/debug_new.cpp b/src/debug/debug_new.cpp index bb7e64346..b64fc684b 100644 --- a/src/debug/debug_new.cpp +++ b/src/debug/debug_new.cpp @@ -163,9 +163,9 @@ * * Value of the padding bytes at the end of a memory block. */ -#ifndef M_DEBUG_NEW_TAILCHECK_CHAR -#define M_DEBUG_NEW_TAILCHECK_CHAR 0xCC -#endif +//#ifndef M_DEBUG_NEW_TAILCHECK_CHAR +//#define M_DEBUG_NEW_TAILCHECK_CHAR 0xCC +//#endif /** * @def M_DEBUG_NEW_USE_ADDR2LINE |