From 1f640dd6c5487ebc50b005a3fca0f929a883968b Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 19 Mar 2004 10:16:43 +0000 Subject: [PATCH] removed -fexpensive-optimizations (which is turned on by -O2), added -funroll-loops git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4042 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.inc b/makefile.inc index 5996e981..4ae92164 100644 --- a/makefile.inc +++ b/makefile.inc @@ -117,7 +117,7 @@ CFLAGS_PROFILE=-g -pg -ggdb CFLAGS_RELEASE= OPTIM_DEBUG= -OPTIM_RELEASE=-O2 -fno-strict-aliasing -ffast-math -fexpensive-optimizations $(CPUOPTIMIZATIONS) +OPTIM_RELEASE=-O2 -fno-strict-aliasing -ffast-math -funroll-loops $(CPUOPTIMIZATIONS) DO_CC=$(CC) $(CFLAGS) -c $< -o $@ -- 2.39.2