lua-users home
lua-l archive

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


>     make clean ansi CFLAGS='-ULUA_DL_DLOPEN'

For Lua 5.3 this would simply be
	make clean generic

This is the same as compiling Lua with no flags (though the Makefile in
the tarball adds -DLUA_COMPAT_5_2, which you may not want).

If you want POSIX stuff do
	make clean posix

This is the same as compiling Lua with -DLUA_USE_POSIX.
It does not include dlopen.