From 42b567a4a073a26d6c22c03e262998260e453d81 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 6 Apr 2003 19:23:34 +0000 Subject: [PATCH] release build optimizations changed - removed -funroll-loops, added -O9 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2919 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile b/makefile index 9da3b6b6..a2c2bd79 100644 --- a/makefile +++ b/makefile @@ -65,8 +65,7 @@ CFLAGS_PROFILE=-g -pg -ggdb CFLAGS_RELEASE= OPTIM_DEBUG= -OPTIM_RELEASE= -O6 -fno-strict-aliasing -ffast-math -funroll-loops \ - -fexpensive-optimizations $(CPUOPTIMIZATIONS) +OPTIM_RELEASE= -O9 -fno-strict-aliasing -ffast-math -fexpensive-optimizations $(CPUOPTIMIZATIONS) DO_CC=$(CC) $(CFLAGS) -c $< -o $@ -- 2.39.2