From: havoc Date: Thu, 25 Jul 2002 02:03:37 +0000 (+0000) Subject: add -fno-strict-aliasing X-Git-Tag: RELEASE_0_2_0_RC1~429 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9a9e14443845c585579373c3dc43df666844f588;p=xonotic%2Fdarkplaces.git add -fno-strict-aliasing git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2079 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile b/makefile index ed179bbf..5538b3f0 100644 --- a/makefile +++ b/makefile @@ -48,7 +48,7 @@ NOPROFILEOPTIMIZATIONS= #this is used to ensure that all released versions are free of warnings. #normal compile -OPTIMIZATIONS= -O6 -ffast-math -funroll-loops $(NOPROFILEOPTIMIZATIONS) -fexpensive-optimizations $(CPUOPTIMIZATIONS) +OPTIMIZATIONS= -O6 -fno-strict-aliasing -ffast-math -funroll-loops $(NOPROFILEOPTIMIZATIONS) -fexpensive-optimizations $(CPUOPTIMIZATIONS) CFLAGS= -MD -Wall -Werror -I/usr/X11R6/include -I/usr/include/glide $(OPTIMIZATIONS) $(PROFILEOPTION) #debug compile #OPTIMIZATIONS=