[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Statically linked executables
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 27 Jun 2017 15:58:35 -0300
> 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.