Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.94 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.94 KB

ccache – a fast compiler cache

Build Status Code Quality: Cpp Total Alerts Gitter

ccache is a compiler cache. It speeds up recompilation by caching the result of previous compilations and detecting when the same compilation is being done again. Supported languages are C, C++, Objective-C and Objective-C++.

General information

Contributing to ccache