On Sunday, 6 March 2016 at 16:41:03 UTC, Iain Buclaw wrote:
Hi,
https://github.com/D-Programming-GDC/GDC/pull/99
This is now in master. Outside of the D changelog the
following command-line arguments have been added / deprecated.
-fd-verbose: Deprecated in favour of --verbose (-v)
-fd-vtls: Deprecated in favour of -ftransition=tls
(equivalent to -transition=tls)
-fd-vgc: Deprecated in favour of -ftransition=nogc
(equivalent to -vgc)
-femit-moduleinfo: Deprecated in favour of -fmoduleinfo, as
the default is always ON.
-ftransition=field: New switch, equivalent to
-transition=field
I will try to also deprecate the other main culprits from
bug#119 in the new 2.068 branch that has opened up. @dub, and
others that interact with GDC, please take note. ;-)
Big Thumbs Up!