define EPICS_FREELIST_DEBUG for debug builds

This commit is contained in:
Jeff Hill
2001-12-14 00:32:37 +00:00
parent ced243f8de
commit 2650fab113
+2 -2
View File
@@ -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