From 2650fab1139b2f4c4afed90b5c3cb27d9fef4360 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 14 Dec 2001 00:32:37 +0000 Subject: [PATCH] define EPICS_FREELIST_DEBUG for debug builds --- configure/os/CONFIG.win32-x86.win32-x86 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.win32-x86.win32-x86 b/configure/os/CONFIG.win32-x86.win32-x86 index fc1f42ebe..a911dba15 100644 --- a/configure/os/CONFIG.win32-x86.win32-x86 +++ b/configure/os/CONFIG.win32-x86.win32-x86 @@ -68,7 +68,7 @@ OPT_CFLAGS_YES = /Ox # /Z7 include debugging info in object files # /Fr create source browser file # /GZ catch bugs occurring only in optimized code -OPT_CFLAGS_NO = /Z7 /GZ /DEPICS_DEBUG /D_CRTDBG_MAP_ALLOC +OPT_CFLAGS_NO = /Z7 /GZ /DEPICS_FREELIST_DEBUG /D_CRTDBG_MAP_ALLOC # # the following options are required when @@ -125,7 +125,7 @@ OPT_CXXFLAGS_YES = /Ox # /Z7 include debugging info in object files # /Fr create source browser file # /GZ catch bugs occurring only in optimized code -OPT_CXXFLAGS_NO = /Z7 /GZ /DEPICS_DEBUG /D_CRTDBG_MAP_ALLOC +OPT_CXXFLAGS_NO = /Z7 /GZ /DEPICS_FREELIST_DEBUG /D_CRTDBG_MAP_ALLOC # # the following options are required when