aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-08-28 17:24:25 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-08-28 17:24:25 +0000
commitbf50007df9f48ea8da3ea6284f176b49628a736f (patch)
treed772aa9fa8e6a54a32379907305bc191ff0f21dd
parent64d6cd2ea854841651f350fdecd813bb9bc2cea8 (diff)
downloadioquake3-aero-bf50007df9f48ea8da3ea6284f176b49628a736f.tar.gz
ioquake3-aero-bf50007df9f48ea8da3ea6284f176b49628a736f.zip
-fno-strict-aliasing got lost..
git-svn-id: svn://svn.icculus.org/quake3/trunk@22 edf5b092-35ff-0310-97b2-ce42778d08ea
-rwxr-xr-xcode/unix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/unix/Makefile b/code/unix/Makefile
index 7493f98..6d2d2fa 100755
--- a/code/unix/Makefile
+++ b/code/unix/Makefile
@@ -125,7 +125,7 @@ ifeq ($(PLATFORM),linux)
DEBUG_CFLAGS += -O0
OPTIMIZE = -O3 -ffast-math -funroll-loops -fomit-frame-pointer -fno-strict-aliasing
ifeq ($(ARCH),x86_64)
- OPTIMIZE = -O3 -fomit-frame-pointer -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fstrength-reduce
+ OPTIMIZE = -O3 -fomit-frame-pointer -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fstrength-reduce -fno-strict-aliasing
else
ifeq ($(ARCH),i386)
OPTIMIZE = -O3 -march=i686 -fomit-frame-pointer -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing -fstrength-reduce