Incremental builds?
Jacob Carlborg
doob at me.com
Thu Sep 26 12:31:05 PDT 2013
On 2013-09-26 16:02, 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?).
There are some known problems with incremental builds in D. Something
about not all symbols are outputted to all object files. You can search
these newsgroups. Tomaz tried quite hard to do proper incremental builds
but run into problems.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list