doc/
subfolder, the README file is autogenerated)Added LUAJIT variable to build app_lua module against LuaJIT compiler (version 5.1). If this variable is not set users still build app_lua module against standard Lua.
E.g: $ LUAJIT="yes" make modules modules=modules/app_lua # Build against LuaJIT
$ make modules modules=modules/app_lua # Build against standard Lua.
(Warning: LuaJIT version is 5.1 so scripts prepared for higher Lua versions may not work with LuaJIT)
https://github.com/kamailio/kamailio/pull/1384
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.