/FA-like switch for dmd? ("generate assembly listing")
Gregor Richards
Richards at codu.org
Mon Mar 24 01:42:12 PDT 2008
Josh Dough wrote:
> Hello,
>
> I was wondering, are there plans for a switch similar to /FA in cl.exe so we
> could look at the assembly generated? If D source would also be included in
> the asm comments, that would be even more awesome.
>
> I know I'm daydreaming but...
>
>
This is of course not the answer you want, but gdc, being based on gcc,
has the -S switch to generate asm files instead of object files.
- Gregor Richards
More information about the Digitalmars-d
mailing list