We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38429af commit 2c7496bCopy full SHA for 2c7496b
luajit-2.1/CMakeLists.txt
@@ -74,7 +74,7 @@ option ( LUAJIT_USE_GDBJIT "Luajit uses GDBJIT?" OFF )
74
option ( LUA_USE_APICHECK "LuaJIT does API checks?" OFF )
75
option ( LUA_USE_ASSERT "LuaJIT does asserts?" OFF )
76
77
-option ( LUAJIT_ENABLE_GC64 "LuaJIT 64 bits support" OFF )
+option ( LUAJIT_ENABLE_GC64 "LuaJIT 64 bits support" ON )
78
79
MARK_AS_ADVANCED(
80
LUAJIT_DISABLE_FFI
0 commit comments