On 2017-05-16 09:39, Anonymouse wrote:
Linker --gc-sections
IIRC that only works with LDC. With DMD it's possible that it removes sections that are used but not directly referenced.
-- /Jacob Carlborg
Jacob Carlborg via Digitalmars-d-learn Tue, 16 May 2017 02:16:55 -0700
On 2017-05-16 09:39, Anonymouse wrote:
Linker --gc-sections
IIRC that only works with LDC. With DMD it's possible that it removes sections that are used but not directly referenced.
-- /Jacob Carlborg