Compilation strategy

Walter Bright newshound2 at digitalmars.com
Tue Dec 18 09:15:47 PST 2012


On 12/18/2012 8:48 AM, Dmitry Olshansky wrote:
> After dropping debug info I can't yet make heads or tails of what's in the exe
> yet but it _seems_ to not include all of the unused code. Gotta investigate on a
> smaller sample.

Generate a linker .map file (-map to dmd). That'll tell you what's in it.



More information about the Digitalmars-d mailing list