lua-users home
lua-l archive

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


On Mon, Oct 14, 2013 at 05:21:59PM -0400, Sean Conner wrote:
> 
>   In your case, I would say that Lua under Ubuntu was compiled with
> absolutely no optimizations.

I just checked.  Debian's patches to Lua 5.2 (including how they appear
on Ubuntu 12.04) do not alter the CFLAGS in the Makefile, so it would
have been built -O2.

(The only differences are to use libtool to produce a shared library,
change the module search paths, and to remove the ncurses dependancy.)

B.