aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-26 21:59:03 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-26 21:59:03 +0000
commit3a9cccd9785c394466594c857016d55dfdde560f (patch)
treeb0fe4fca843b4806bcdfe8103cb162ce37d38705 /Makefile
parentaf5fe6bb6c35fbda30c7c7e127409af2d18554fb (diff)
downloadioquake3-aero-3a9cccd9785c394466594c857016d55dfdde560f.tar.gz
ioquake3-aero-3a9cccd9785c394466594c857016d55dfdde560f.zip
get rid of gas remains
git-svn-id: svn://svn.icculus.org/quake3/trunk@1710 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32373e5..cc448b3 100644
--- a/Makefile
+++ b/Makefile
@@ -281,7 +281,6 @@ ifeq ($(PLATFORM),linux)
OPTIMIZE = -O3 -fomit-frame-pointer -ffast-math -funroll-loops \
-falign-loops=2 -falign-jumps=2 -falign-functions=2 \
-fstrength-reduce
- # experimental x86_64 jit compiler! you need GNU as
HAVE_VM_COMPILED = true
else
ifeq ($(ARCH),i386)