Bounty for -minimal compiler flag
Adam D. Ruppe
destructionator at gmail.com
Fri Feb 14 20:20:12 PST 2014
On Saturday, 15 February 2014 at 04:13:49 UTC, 1100110 wrote:
> 1. Disable Garbage Collector (suggestion: -nogc)
https://github.com/D-Programming-Language/dmd/pull/1886
> 3. Disable ModuleInfo (suggestion: -nomoduleinfo)
dmd -betterC though note
https://d.puremagic.com/issues/show_bug.cgi?id=11881
> 5. Disable linking of druntime (suggestion: -nodruntime)
dmd -defaultlib= -debuglib=
More information about the Digitalmars-d-announce
mailing list