DFLAGS and gdc

2014-07-08 Thread John Colvin via D.gnu
Does gdc have an equivalent to the DFLAGS environment variable?

Re: DFLAGS and gdc

2014-07-08 Thread Iain Buclaw via D.gnu
On 8 July 2014 16:46, John Colvin via D.gnu wrote: > Does gdc have an equivalent to the DFLAGS environment variable? My stance at the moment is that DFLAGS should be recognised by the build tool, not the compiler. Regards Iain.