enable x86_64 vm
This commit is contained in:
parent
98dd1cc767
commit
7607d1083b
1 changed files with 2 additions and 2 deletions
|
@ -161,8 +161,8 @@ ifeq ($(PLATFORM),linux)
|
||||||
OPTIMIZE = -O3 -fomit-frame-pointer -ffast-math -funroll-loops \
|
OPTIMIZE = -O3 -fomit-frame-pointer -ffast-math -funroll-loops \
|
||||||
-falign-loops=2 -falign-jumps=2 -falign-functions=2 \
|
-falign-loops=2 -falign-jumps=2 -falign-functions=2 \
|
||||||
-fstrength-reduce
|
-fstrength-reduce
|
||||||
# experimental x86_64 jit compiler! you need as
|
# experimental x86_64 jit compiler! you need GNU as
|
||||||
#HAVE_VM_COMPILED = true
|
HAVE_VM_COMPILED = true
|
||||||
else
|
else
|
||||||
ifeq ($(ARCH),i386)
|
ifeq ($(ARCH),i386)
|
||||||
OPTIMIZE = -O3 -march=i686 -fomit-frame-pointer -ffast-math \
|
OPTIMIZE = -O3 -march=i686 -fomit-frame-pointer -ffast-math \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue