From 3170a964e8e14e51db067f04d25d9774b3f505f8 Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 31 Jul 2002 09:57:51 +0000 Subject: [PATCH] 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 --- makefile.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2