From 0f4d93c3091f1c31eeab2174e4262f3e686e83d5 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 10 Dec 2003 07:02:43 +0000 Subject: [PATCH] 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. --- src/config/NTMakefile.i386_nt40 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5