From e116ec14765a25a2af41d456065f78b281783a12 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 27 Apr 2004 19:54:28 +0000 Subject: [PATCH] release-vs-debug-flags-20040427 Move a few debug only compiler flags into a debug only build section of the makefile --- src/config/NTMakefile.i386_nt40 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config/NTMakefile.i386_nt40 b/src/config/NTMakefile.i386_nt40 index 5b26cd243..ec0cfad8e 100644 --- a/src/config/NTMakefile.i386_nt40 +++ b/src/config/NTMakefile.i386_nt40 @@ -237,7 +237,7 @@ afscflags =\ /Os !IF ("$(AFSVER_CL)"!="1200") -afscdefs = $(afscdefs) /G7 /GT /GS /RTCs /RTCu +afscdefs = $(afscdefs) /G7 /GT /GS !ENDIF !IF ("$(AFSDEV_BUILDTYPE)" == "FREE") @@ -252,6 +252,8 @@ cdebug = $(cdebug:-Z7=-Zi) # avoid annoying override warning (D4025) !IF ("$(AFSVER_CL)"=="1200") afscdefs = $(afscdefs) -DDEBUG /GZ +!ELSE +afscdefs = $(afscdefs) -DDEBUG /RTCs /RTCu !ENDIF !IFDEF _CRTDBG_MAP_ALLOC -- 2.39.5