On Mon, Mar 19, 2012 at 08:43:44PM +0100, Andrej Mitrovic wrote: > On 3/19/12, H. S. Teoh <[email protected]> wrote: > > dmd -unittest source.d > > > > in GDC, you'd have to write: > > > > gdc -funittest source.d > > > > That's what GDMD is for. It's a Perl script (in GDC's /bin folder) > that acts like a DMD front-end to GDC, so you can pass regular > DMD-style flags to GDC via GDMD. I think LDC has a similar front-end.
But what if you want to use GCC-specific flags? T -- Change is inevitable, except from a vending machine.
