No -v or -deps for gdc?

Johannes Pfau via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Sep 15 11:12:55 PDT 2015


Am Tue, 15 Sep 2015 12:19:34 +0000
schrieb Atila Neves <atila.neves at gmail.com>:

> gdmd supports those options but gdc doesn't. Is that likely to 
> always be the case?
> 
> Atila

gdmd is just a wrapper around gdc. If something is supported by gdmd it
must also be supported by gdc (the exact switch names might differ).

See:
https://github.com/D-Programming-GDC/GDMD/blob/master/dmd-script

Seems like -v maps to -fd-verbose and -deps to -fdeps.


More information about the Digitalmars-d-learn mailing list