On Mon, Aug 8, 2011 at 4:29 AM, NightStrike <nightstr...@gmail.com> wrote:

> On Fri, Aug 5, 2011 at 3:36 PM, Jon <jon.for...@gmail.com> wrote:
> > 1) Strip -s on all exes. I maintain a build recipe at
> https://github.com/oneclick/rubyinstaller which aggregates MSys and the
> latest mingw-w32-1.0-bin_i686-mingw_* download into what we call the DevKit.
> Currently this explodes to ~758MB on-disk. After stripping just the
> mingw-w64 exes using something similar to the following, the on-disk size
> shrinks to ~328MB.
> >
> >  for /r mingw %F in (*.exe) do strip -s %F
>
> This is what the install-strip make target is for.  Don't do it
> manually.  Just call make install-strip instead of make install.
>

afaik, install-strip does not call 'strip' but 'strip --strip-debug'

Vincent Torri
------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to