Generated binary size
Johannes Pfau
nospam at example.com
Fri Sep 13 09:30:33 PDT 2013
Am Fri, 13 Sep 2013 18:10:24 +0200
schrieb Joseph Rushton Wakeling <joseph.wakeling at webdrake.net>:
> On 13/09/13 17:24, Iain Buclaw wrote:
> > I expect this is because the phobos/druntime libraries shipped with
> > dmd are (a) without debugging symbols and (b) stripped.
> >
> > If you were to strip libphobos after installing gdc, then you would
> > see a significant drop in size.
>
> Could be. I do build with the --enable-checking=release option, what
> else do I need to do ... ?
>
Use
make install-strip
instead of "make install"
More information about the D.gnu
mailing list