tym
tym copied to clipboard
LuaJIT support
TODO: turn this into a build flag.
Thanks for the PR.
I think this should be the compile option to enbale by like --enable-luajit
.
how can I do this?
What you have to do
- Edit
configure.ac
, introduce--with-luajit
option and define the flag that luajit is enabled or not. - Write LuaJIT-supported code along with the flag.
- Fix Dockerfile or add new test suite for LuaJIT compilation.
i don't know how to use autotools :/
--enable-luajit
by @capezotte
--enable-luajit
and USES_LUAJIT
are defined but it seems LuaJIT is not actually used.
merge?
I wanted the review fixed. Anyway, it is OK. I will fix it. Thanks for the PR!