On Wednesday, 18 September 2013 at 11:45:55 UTC, Manu wrote:
?
The problem I've always had with make-based build systems is rebuild dependencies... how do any of those build systems go performing a minimal rebuild,

As in "only rebuild the files that changed"? In my experience, that comes with using make. Even really ancient versions.

or incremental linking?

This is a bit harder. If you're using the Gold linker, -Wl,--incremental sounds like your medicine, though I'm not sure if Gold is ready for primetime, yet.

-Wyatt

Reply via email to