[Issue 14748] Removing std.stdio import causes 2x increase in "Hello, world" program binary filesize

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 22 04:51:56 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14748

--- Comment #14 from Martin Nowak <code at dawg.eu> ---
When extracting cstring.o from libphobos2.a and manually linking against it, I
also get a small binary.

ar x path/to/libphobos2.a cstring.o
dmd hello.d
ls -lh bug
dmd hello.d cstring.o
ls -lh bug

--


More information about the Digitalmars-d-bugs mailing list