From 456d8397186b0f943a0244ce70217f38160c7bcc Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Tue, 19 Feb 2002 22:55:18 +0000 Subject: [PATCH] reduce opt1 vc7 flags --- dtool/pptempl/compilerSettings.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/pptempl/compilerSettings.pp b/dtool/pptempl/compilerSettings.pp index 3cfdebef19..35a891332f 100644 --- a/dtool/pptempl/compilerSettings.pp +++ b/dtool/pptempl/compilerSettings.pp @@ -74,8 +74,8 @@ #define COMMONFLAGS /DHAVE_DINKUM #define OPTFLAGS /O2 /Ob2 /G6 /QIfist -// #define OPT1FLAGS /RTCsu /GS // Note /GS makes things REAL slow, so dont use this unless you have to - #define OPT1FLAGS /RTCsu +// #define OPT1FLAGS /RTCsu /GS removing /GS cause we really dont need it, /RTCu because it crashes in dxgsg with internal compiler bug + #define OPT1FLAGS /RTCs // #define WARNING_LEVEL_FLAG /Wall //this is scary #define WARNING_LEVEL_FLAG /W3 // WL