now we default to LuaJIT instead of the standard Lua 5.1 interpreter.

This commit is contained in:
Yichun Zhang (agentzh)
2014-01-09 22:02:49 -08:00
parent 9a3e9dbffd
commit 1c9f799fa6
3 changed files with 574 additions and 295 deletions

View File

@ -33,10 +33,11 @@ my $cfg_opts = "--with-http_iconv_module";
if ($opts{l}) {
$lua = 'Lua';
$cfg_opts .= " --with-lua51";
} else {
$lua = 'LuaJIT';
$cfg_opts .= " --with-luajit";
#$cfg_opts .= " --with-luajit";
}
if ($^O eq 'solaris') {