C++17 cannot beat D surely
David Nadlinger via Digitalmars-d
digitalmars-d at puremagic.com
Sun Jun 4 10:46:58 PDT 2017
On Sunday, 4 June 2017 at 10:39:09 UTC, rikki cattermole wrote:
> Should be a way, since you can pass arg directly via ldc to ld.
> But I would expect it to have done it by default anyway.
It is indeed done by default on Windows and Linux. If you dump
the object code before it gets to the linker, it will still show
the unused symbols, though.
— David
More information about the Digitalmars-d
mailing list