From a94490569845aa91e78dcaeb0527f352c946affa Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 15 Jul 2003 09:09:24 +0000 Subject: [PATCH] turn down optimizations to -O2 because some versions of gcc are buggy on higher settings git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3278 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 7b553fc0..585c7a9c 100644 --- a/makefile +++ b/makefile @@ -76,7 +76,7 @@ CFLAGS_PROFILE=-g -pg -ggdb CFLAGS_RELEASE= OPTIM_DEBUG= -OPTIM_RELEASE= -O9 -fno-strict-aliasing -ffast-math -fexpensive-optimizations $(CPUOPTIMIZATIONS) +OPTIM_RELEASE= -O2 -fno-strict-aliasing -ffast-math -fexpensive-optimizations $(CPUOPTIMIZATIONS) DO_CC=$(CC) $(CFLAGS) -c $< -o $@ -- 2.39.2