From e97086594130ea90c8325ecc87e254cdfb5e00c5 Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 25 Aug 2006 15:33:33 +0000 Subject: [PATCH] accidentally removed -fno-strict-aliasing git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6567 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile.inc b/makefile.inc index ccd51aaa..00daafd5 100644 --- a/makefile.inc +++ b/makefile.inc @@ -147,8 +147,8 @@ CFLAGS_SDL=`$(SDL_CONFIG) --cflags` OPTIM_DEBUG=$(CPUOPTIMIZATIONS) #OPTIM_RELEASE=-O2 -fno-strict-aliasing -ffast-math -funroll-loops $(CPUOPTIMIZATIONS) #OPTIM_RELEASE=-O2 -fno-strict-aliasing -fno-math-errno -fno-trapping-math -ffinite-math-only -fno-signaling-nans -fcx-limited-range -funroll-loops $(CPUOPTIMIZATIONS) -#OPTIM_RELEASE=-O2 -funroll-loops $(CPUOPTIMIZATIONS) -OPTIM_RELEASE=-O2 $(CPUOPTIMIZATIONS) +#OPTIM_RELEASE=-O2 -fno-strict-aliasing -funroll-loops $(CPUOPTIMIZATIONS) +OPTIM_RELEASE=-O2 -fno-strict-aliasing $(CPUOPTIMIZATIONS) DO_CC=$(CC) $(CFLAGS) -c $< -o $@ -- 2.39.2