FICHA · MANJARO

ccache

Compiler cache that speeds up recompilation by caching previous compilations

  • tool
  • CLI
  • BUILD-SYSTEM
  • CACHE
  • Launchable
  • Runs in terminal
official+codex · reviewed · May 27, 2026 description in en

Description

Caches previous compilations so repeated builds can finish faster when the same source and compiler options are used again. It is useful for developers who rebuild large C, C++, or mixed-language projects often.

Use it to reduce local build time or speed up CI caches. Incorrect cache configuration can hide build changes, so keep cache paths and compiler settings deliberate.

How to run

ccache

Commands: ccache

Permissions

Permissions not analysed for this source yet.