Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.84 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.84 KB

Ccache – a fast compiler cache

Build Status CII Best Practices Discussions Gitter

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