Article on incremental compilation
Zachary Yedidia
zyedidia at gmail.com
Sat Apr 22 23:33:12 UTC 2023
Hi everyone,
I've been tinkering with setting up incremental compilation in my
D projects by using `.di` files to ensure that a module is only
recompiled if its interface changes (not its implementation).
I've written an article about it here:
https://zyedidia.github.io/blog/posts/4-incremental-d-knit/.
Hopefully you find it interesting! Thanks!
More information about the Digitalmars-d-announce
mailing list