[Lazarus] Strip debug info

John Landmesser JohnML at online.de
Sat Apr 28 12:03: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

strip.exe for Win is part of your fpc bin directory:

/lazarus/fpc/2.5.1/bin/i386-win32/strip.exe

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20120428/9906200b/attachment-0003.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Attached Message Part
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20120428/9906200b/attachment-0003.ksh>


More information about the Lazarus mailing list