Incremental builds?

John Colvin john.loughran.colvin at gmail.com
Thu Sep 26 14:29:56 PDT 2013


On Thursday, 26 September 2013 at 14:02:53 UTC, ProgrammingGhost 
wrote:
> I assume D can do incremental builds? How fast is the compile 
> time compared to C++? Is it slower? C++ only has to read its 
> header files and D would need to look at the entire project 
> source code (or obj files?).

dmd compile times are very fast compared to c++ compilers.


More information about the Digitalmars-d mailing list