[scons-users] Evolving the D tool for SCons

H. S. Teoh hsteoh at quickfur.ath.cx
Mon Mar 19 20:15:48 PDT 2012


On Mon, Mar 19, 2012 at 08:43:44PM +0100, Andrej Mitrovic wrote:
> On 3/19/12, H. S. Teoh <hsteoh at quickfur.ath.cx> 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.


More information about the Digitalmars-d mailing list