Stripper?

Jari-Matti Mäkelä jmjmak at utu.fi.invalid
Thu Feb 8 10:23:19 PST 2007


Andreas Kochenburger kirjoitti:
> Probably an old newbie question:
> How can I reduce exe sizes? Is there a strip program like for gcc?
> As I haven't tried gdc, how small could I get for a simple "hello world"?

On Linux you can use strip to reduce the size of gdc/dmd generated
binaries. If they are still too big, there's always executable packers,
such as upx. I guess there are similar programs on Windows.


More information about the Digitalmars-d-learn mailing list