lua-users home
lua-l archive

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


#define LUA_NO_DEBUGLIB 1
#define LUA_NO_IOLIB 1
#define LUA_NO_OSLIB 1
#define LUA_NO_TABLELIB 1
#define LUA_NO_BITLIB 1


On 1/2/2010 12:18 PM, Luiz Henrique de Figueiredo wrote:
I'd like lua to add lots of compile-time options, macro defines, to
let the developers include lua features selectively.

Which ones for instance?