Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 2.08 KB

README.md

File metadata and controls

38 lines (30 loc) · 2.08 KB

Ccache – a fast compiler cache

Build Status Code Quality: Cpp Total Alerts CII Best Practices Gitter

Ccache (or “ccache”) is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again.

General information

Contributing to ccache