Hacker News new | ask | show | jobs
by pojon 1767 days ago
How hard is it to set up build caches? Does anyone have working examples for toy projects?
2 comments

I'm not sure what you mean by a build cache, does sccache suit?

https://github.com/mozilla/sccache

It's pretty simple to use sccache, which is what we do.