From: Jeffrey Altman Date: Tue, 27 Apr 2004 19:54:28 +0000 (+0000) Subject: release-vs-debug-flags-20040427 X-Git-Tag: openafs-devel-1_3_64~45 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e116ec14765a25a2af41d456065f78b281783a12;p=packages%2Fo%2Fopenafs.git release-vs-debug-flags-20040427 Move a few debug only compiler flags into a debug only build section of the makefile --- 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