Study: build times for D programs

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Thu Jul 26 07:42:14 PDT 2012


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


More information about the Digitalmars-d mailing list