On 7/26/12 4:15 AM, Joseph Rushton Wakeling wrote:
On 25/07/12 16:13, Andrei Alexandrescu wrote:Yes, and both debug and release build times are important.If you can advise some flag combinations (for D and C++) you'd like to see tested, I'll happily do them.
The classic to ones are: (a) no flags at all, (b) -O -release -inline, (c) -O -release -inline -noboundscheck.
You can skip the latter as it won't impact build time. Andrei
