How to reduce compile times?

Christopher Wright dhasenan at gmail.com
Sat Mar 21 08:35:51 PDT 2009


grauzone wrote:
> PS: another thing that possibly would bring a speed gain would be to 
> make dsss compile the whole project in one run, instead of invoking a 
> new dmd process for each source file. How do I need to change the 
> rebuild configuration to achieve this?

oneatatime = [yes|no]

You want 'no'. This will occasionally produce issues with ModuleInfo not 
being defined with some dmd versions, I think. Or something like that.


More information about the Digitalmars-d-learn mailing list