Skip to content

Commit 2c7496b

Browse files
committed
luajit 2.1: enabling 64 bit mode by default
1 parent 38429af commit 2c7496b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luajit-2.1/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ option ( LUAJIT_USE_GDBJIT "Luajit uses GDBJIT?" OFF )
7474
option ( LUA_USE_APICHECK "LuaJIT does API checks?" OFF )
7575
option ( LUA_USE_ASSERT "LuaJIT does asserts?" OFF )
7676

77-
option ( LUAJIT_ENABLE_GC64 "LuaJIT 64 bits support" OFF )
77+
option ( LUAJIT_ENABLE_GC64 "LuaJIT 64 bits support" ON )
7878

7979
MARK_AS_ADVANCED(
8080
LUAJIT_DISABLE_FFI

0 commit comments

Comments
 (0)