lua-users home
lua-l archive

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


On 27 October 2011 12:25, Patrick Rapin <toupie300@gmail.com> wrote:
>>  It has been suggested to link luac statically to the respective
>>  files.  This I wanted to avoid, to reduce size of the overall installation
>> on the WinCE embedded device.
>
> A small question: it is really necessary to include luac in the WinCE
> distribution ?
> The standalone lua executable is able, using string.dump, to "compile"
> a Lua file into a file.
>
>
Yet it can not strip debug information or show you the instructions.

Liam