Re: scons and D: flags

2012-09-11 Thread Russel Winder
On Tue, 2012-09-11 at 12:12 -0700, Ellery Newcomer wrote: [...] > dmd.py's doc header doesn't say this. That doesn't surprise me :-( The module documentation is currently worse than poor. Not to mention the entries in the SCons manual are dreadful or non-existent. Might be useful to add issues at

Re: scons and D: flags

2012-09-11 Thread Ellery Newcomer
On 09/11/2012 11:42 AM, Russel Winder wrote: On Tue, 2012-09-11 at 10:40 -0700, Ellery Newcomer wrote: how do you pass compiler flags through scons? e.g. -unittest, -property Depends on the SConstruct (and optionally SConscript), but you need to get a list of the options into the DFLAGS of th

Re: scons and D: flags

2012-09-11 Thread Russel Winder
On Tue, 2012-09-11 at 10:40 -0700, Ellery Newcomer wrote: > how do you pass compiler flags through scons? > > e.g. -unittest, -property Depends on the SConstruct (and optionally SConscript), but you need to get a list of the options into the DFLAGS of the environment you are compiling in. -- Ru

scons and D: flags

2012-09-11 Thread Ellery Newcomer
how do you pass compiler flags through scons? e.g. -unittest, -property