lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>> Are you sure?
> Pretty damn sure.

Like Roberto, I don't believe that bug report.
I double checked, and Lua sources does not have any compilation
directives based on "DEBUG", "_DEBUG" nor "NDEBUG".
And "assert" C macro is only used when LUA_USE_APICHECK is defined
(which is not by default).
So Lua does not care whether it is compiled in "debug" or "release" mode.
The provided Makefile does not even have the notion of a "debug"
compilation mode.