From a5b370235bafbc0caaf7868411037268e712b14d Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Tue, 19 Feb 2002 02:28:45 +0000 Subject: [PATCH] speed up dbg builds --- dtool/pptempl/compilerSettings.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dtool/pptempl/compilerSettings.pp b/dtool/pptempl/compilerSettings.pp index b6d86e258a..3cfdebef19 100644 --- a/dtool/pptempl/compilerSettings.pp +++ b/dtool/pptempl/compilerSettings.pp @@ -74,7 +74,8 @@ #define COMMONFLAGS /DHAVE_DINKUM #define OPTFLAGS /O2 /Ob2 /G6 /QIfist - #define OPT1FLAGS /GZ /GS +// #define OPT1FLAGS /RTCsu /GS // Note /GS makes things REAL slow, so dont use this unless you have to + #define OPT1FLAGS /RTCsu // #define WARNING_LEVEL_FLAG /Wall //this is scary #define WARNING_LEVEL_FLAG /W3 // WL