summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2009-10-30 20:46:35 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:16 +0000
commiteccd3e0b530e2b66e564770432c8f455444e4e95 (patch)
treed1f4611670e696f9c49fa7396bf998a1c1becd99 /Makefile
parent8b14cc907dc8253174bf27a67ba1ee5b6b4e5fe5 (diff)
* Merge ioq3-r1715
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d519519a..a49915d1 100644
--- a/Makefile
+++ b/Makefile
@@ -269,7 +269,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),x86)