evo-lua / evo-luvi

[Obsolete] Experimental Lua runtime environment built on Luvi (libuv + LuaJIT)
https://evo-lua.github.io
Apache License 2.0
1 stars 0 forks source link

Enable the -g flag globally for generated LuaJIT bytecode objects #141

Closed Duckwhale closed 1 year ago

Duckwhale commented 1 year ago

Since the overhead for carrying around those debug symbols is minimal and having readable stack traces makes life so much less annoying, let's just add this flag unconditionally and see where that leads.