aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-24 04:41:38 +1000
committerDavid Walter Seikel2012-01-24 04:41:38 +1000
commit20f0cf8199746ca2dda525c6f9837f5744d38038 (patch)
treeb49800907d9f4145c9dca62e2fd26e722a1f4e1d /libraries
parentAdd a link to help test luaproc. (diff)
downloadSledjHamr-20f0cf8199746ca2dda525c6f9837f5744d38038.zip
SledjHamr-20f0cf8199746ca2dda525c6f9837f5744d38038.tar.gz
SledjHamr-20f0cf8199746ca2dda525c6f9837f5744d38038.tar.bz2
SledjHamr-20f0cf8199746ca2dda525c6f9837f5744d38038.tar.xz
Turn on some of the good stuff in LuaJIT.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/luajit-2.0/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/luajit-2.0/src/Makefile b/libraries/luajit-2.0/src/Makefile
index 5a60612..80991bf 100644
--- a/libraries/luajit-2.0/src/Makefile
+++ b/libraries/luajit-2.0/src/Makefile
@@ -100,7 +100,7 @@ XCFLAGS=
100# Enable some upwards-compatible features from Lua 5.2 that are unlikely 100# Enable some upwards-compatible features from Lua 5.2 that are unlikely
101# to break existing code (e.g. __pairs). Note that this does not provide 101# to break existing code (e.g. __pairs). Note that this does not provide
102# full compatibility with Lua 5.2 at this time. 102# full compatibility with Lua 5.2 at this time.
103#XCFLAGS+= -DLUAJIT_ENABLE_LUA52COMPAT 103XCFLAGS+= -DLUAJIT_ENABLE_LUA52COMPAT
104# 104#
105# Disable the JIT compiler, i.e. turn LuaJIT into a pure interpreter. 105# Disable the JIT compiler, i.e. turn LuaJIT into a pure interpreter.
106#XCFLAGS+= -DLUAJIT_DISABLE_JIT 106#XCFLAGS+= -DLUAJIT_DISABLE_JIT
@@ -123,7 +123,7 @@ XCFLAGS=
123# dual-number (2) mode. Uncomment one of these lines to override the 123# dual-number (2) mode. Uncomment one of these lines to override the
124# default mode. Please see LJ_ARCH_NUMMODE in lj_arch.h for details. 124# default mode. Please see LJ_ARCH_NUMMODE in lj_arch.h for details.
125#XCFLAGS+= -DLUAJIT_NUMMODE=1 125#XCFLAGS+= -DLUAJIT_NUMMODE=1
126#XCFLAGS+= -DLUAJIT_NUMMODE=2 126XCFLAGS+= -DLUAJIT_NUMMODE=2
127# 127#
128############################################################################## 128##############################################################################
129 129