lua-users home
lua-l archive

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


> > What do you mean by Small Lua ?
> 
> Compiling Lua with -DLUA_32BITS.
> Perhaps we should add a make target for that?

A make target won't work because we need to select the platform.

Fortunately, it's already easy to do this:
	make linux  MYCFLAGS=LUA_32BITS
	make macosx MYCFLAGS=LUA_32BITS