From: Jeffrey Altman Date: Wed, 10 Dec 2003 07:02:43 +0000 (+0000) Subject: disable-optimizations-20031209 X-Git-Tag: openafs-devel-1_3_51~15 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0f4d93c3091f1c31eeab2174e4262f3e686e83d5;p=packages%2Fo%2Fopenafs.git disable-optimizations-20031209 Many of the subtle problems we are seeing with the AFS Server are being aggrevated by compiler optimization bugs. Disable for now. --- diff --git a/src/config/NTMakefile.i386_nt40 b/src/config/NTMakefile.i386_nt40 index 8338a42a2..ce9e91bcd 100644 --- a/src/config/NTMakefile.i386_nt40 +++ b/src/config/NTMakefile.i386_nt40 @@ -237,7 +237,7 @@ afscflags =\ !IF ("$(AFSDEV_BUILDTYPE)" == "FREE") -afscflags = $(afscflags) /Ox +#afscflags = $(afscflags) /Ox cdebug = $(cdebug:-Od=) # avoid annoying override warning (D4025) cvarsdll = $(cvarsdll:-MDd=-MD) NODEBUG=1