01-28-2016, 01:49 AM
(This post was last modified: 01-28-2016, 01:52 AM by LogicParrot.)
(01-27-2016, 09:13 PM)xoft Wrote: Doesn't ccache only cache individual cpp files?
Yes, it only caches individual object files.
(01-27-2016, 09:13 PM)xoft Wrote: That wouldn't help us much since we don't reuse cpps that much.
Edit: I think you missed the fact that the cache can persist across builds. Every Pull request modifies only a handful of .cpp files, but currently the CIs will recompile everything. We actually reuse ~90%+ of the .cpp files every pull request. So it should speed it up significantly.