[Issue 12765] dmd needs a "--version" option like gdc
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun May 18 09:26:19 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12765
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich at gmail.com
--- Comment #2 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
It's not the only way, but I agree we need this flag. Since RDMD is distributed
with DMD you can use this as a workaround:
$ rdmd --eval="writeln(__VERSION__);"
--
More information about the Digitalmars-d-bugs
mailing list