diff options
author | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-18 15:36:07 +0000 |
---|---|---|
committer | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-18 15:36:07 +0000 |
commit | 1fa780e3289d9e5f114ea84f26c8cd38e269bfb4 (patch) | |
tree | 480c4043f44aeba62d44738e8ee16935a66b0bf1 /code/unix/Makefile | |
parent | d5890a8da6d105875f2208622ead7f4505f53398 (diff) | |
download | ioquake3-aero-1fa780e3289d9e5f114ea84f26c8cd38e269bfb4.tar.gz ioquake3-aero-1fa780e3289d9e5f114ea84f26c8cd38e269bfb4.zip |
enable x86_64 vm
git-svn-id: svn://svn.icculus.org/quake3/trunk@446 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix/Makefile')
-rw-r--r-- | code/unix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/code/unix/Makefile b/code/unix/Makefile index 2cff729..2247bcd 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -161,8 +161,8 @@ 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 as - #HAVE_VM_COMPILED = true + # experimental x86_64 jit compiler! you need GNU as + HAVE_VM_COMPILED = true else ifeq ($(ARCH),i386) OPTIMIZE = -O3 -march=i686 -fomit-frame-pointer -ffast-math \ |