CTFE attribute

Trass3r un at known.com
Sat Jan 28 07:42:18 PST 2012


> When I build my code, I notice that the CTFE functions, which are never
> referenced in any runtime code, are still present in the object file.

For now you can get rid of it with -L--gc-sections (or LTO).
gdc also needs -ffunction-sections -fdata-sections.


More information about the Digitalmars-d mailing list