Problems with dmd Switches in Makefiles

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon May 19 02:37:02 PDT 2014


On Sunday, 18 May 2014 at 16:15:53 UTC, Marc Schütz wrote:
> For the compiler version, I've submitted a PR:
>
> https://github.com/D-Programming-Language/dmd/pull/3558

Ok, the outcome is that a dedicated option is not seen as 
necessary. DMD already prints its version as the first line if 
you call it without arguments. If you need only the version, you 
can use:

     dmd | head -n1


More information about the Digitalmars-d-learn mailing list