Translations:Development/BuildingOnMac/17/en

    From The Document Foundation Wiki

    ccache is short for compiler cache - and it is exactly that. It saves tons of time by not running the actual compiler when little has changed in the source code between two builds. But note that unless you explicitly do "make clean" often, that is not typically the case, and using ccache just because you think it maybe helps is not a good idea.