[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: When do I need the .h and liblua.a files?
- From: Gilles Ganault <gilles.ganault@...>
- Date: Tue, 23 Nov 2010 19:20:35 +0100
On Tue, 23 Nov 2010 16:40:41 +0300, Alexander Gladysh
<agladysh@gmail.com> wrote:
>Note that, depending on its nature, Lua script source code may be
>*smaller* than the bytecode.
>
>If you ever need to reduce script size, take a look at LuaSrcDiet and friends:
>
>http://lua-users.org/wiki/CompressionAndArchiving
Thanks for the tip.