Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <locronan@fb.com>2017-04-19 03:45:03 +0300
committerRonan Collobert <locronan@fb.com>2017-04-19 03:45:03 +0300
commit2c7496b905f6f972673effda4884766433b7583b (patch)
tree5e9ed843cb10f6d1f2e6f9a208bb908eea21251f
parent38429af5a15c573b74dbef7077a4dd85dc402318 (diff)
luajit 2.1: enabling 64 bit mode by defaultHEADmaster
-rw-r--r--luajit-2.1/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/luajit-2.1/CMakeLists.txt b/luajit-2.1/CMakeLists.txt
index fb50ef6..0df51e9 100644
--- a/luajit-2.1/CMakeLists.txt
+++ b/luajit-2.1/CMakeLists.txt
@@ -74,7 +74,7 @@ option ( LUAJIT_USE_GDBJIT "Luajit uses GDBJIT?" OFF )
option ( LUA_USE_APICHECK "LuaJIT does API checks?" OFF )
option ( LUA_USE_ASSERT "LuaJIT does asserts?" OFF )
-option ( LUAJIT_ENABLE_GC64 "LuaJIT 64 bits support" OFF )
+option ( LUAJIT_ENABLE_GC64 "LuaJIT 64 bits support" ON )
MARK_AS_ADVANCED(
LUAJIT_DISABLE_FFI