<br><br><div class="gmail_quote">On 28 April 2012 11:03, John Landmesser <span dir="ltr"><<a href="mailto:JohnML@online.de" target="_blank">JohnML@online.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><div class="im">
On 28.04.2012 08:57, Richard Mace wrote:
</div><blockquote type="cite"><div><div class="h5"><font face="arial, helvetica, sans-serif">Hi,</font>
<div><font face="arial, helvetica, sans-serif">What's the safest
way of making the .exe smaller than default? Is it just to
strip debug info?</font></div>
<div><font face="arial, helvetica, sans-serif">How would I do
this?</font></div>
<div><font face="arial, helvetica, sans-serif"><br>
</font></div>
<div><font face="arial, helvetica, sans-serif">Thanks in advance</font></div>
<div><font face="arial, helvetica, sans-serif"><br>
</font></div>
<div><font face="arial, helvetica, sans-serif">Richard</font></div>
<br>
<fieldset></fieldset>
<br>
</div></div><div class="im"><pre>--
_______________________________________________
Lazarus mailing list
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.freepascal.org</a>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
</pre>
</div></blockquote><div class="im">
<br>
<br>
my DAU method is in terminal on linux<br>
<br>
strip --strip-all ./MyApplication<br>
<br></div>
strip.exe for Win is part of your fpc bin directory:<br>
<br>
/lazarus/fpc/2.5.1/bin/i386-win32/strip.exe<br><br></div></blockquote><div><br>Would this be instead of the -Xg switch or as well as? Or does it do the same thing?<br><br>Richard<br> </div></div>