From: havoc Date: Wed, 31 Jul 2002 09:57:51 +0000 (+0000) Subject: added -fno-strict-aliasing (even though it isn't a problem with gcc 2.95.3 anyway) X-Git-Tag: RELEASE_0_2_0_RC1~406 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=3170a964e8e14e51db067f04d25d9774b3f505f8;p=xonotic%2Fdarkplaces.git added -fno-strict-aliasing (even though it isn't a problem with gcc 2.95.3 anyway) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2141 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile.mingw b/makefile.mingw index d7123629..937f24d3 100644 --- a/makefile.mingw +++ b/makefile.mingw @@ -12,7 +12,7 @@ CPUOPTIMIZATIONS= #the -Werror can be removed to compile even if there are warnings, #this is used to ensure that all released versions are free of warnings. -OPTIMIZATIONS= -O6 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations $(CPUOPTIMIZATIONS) +OPTIMIZATIONS= -O6 -fno-strict-aliasing -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations $(CPUOPTIMIZATIONS) # -Werror # -D WIN32 -D NDEBUG -D _WINDOWS -D _M_IX86