From: havoc Date: Fri, 25 Aug 2006 15:33:33 +0000 (+0000) Subject: accidentally removed -fno-strict-aliasing X-Git-Tag: xonotic-v0.1.0preview~3819 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e97086594130ea90c8325ecc87e254cdfb5e00c5;p=xonotic%2Fdarkplaces.git accidentally removed -fno-strict-aliasing git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6567 d7cf8633-e32d-0410-b094-e92efae38249 --- 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 $@