[Lazarus] Strip debug info

John Landmesser JohnML at online.de
Sat Apr 28 11:57:33 CEST 2012


On 28.04.2012 08:57, Richard Mace wrote:
> Hi,
> What's the safest way of making the .exe smaller than default? Is it 
> just to strip debug info?
> How would I do this?
>
> Thanks in advance
>
> Richard
>
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


my DAU method is in terminal on linux

strip --strip-all ./MyApplication
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20120428/77571fae/attachment-0003.html>


More information about the Lazarus mailing list