Skip to content

Commit

Permalink
luajit 2.1: enabling 64 bit mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
andresy committed Apr 19, 2017
1 parent 38429af commit 2c7496b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luajit-2.1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 2c7496b

@divyajyotisingh01
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How to install Torch, CuDNN, stnbhwd and the display package for windows

Please sign in to comment.