A compiler cache that often boosts from 5 to 10 times speedup in common compilations. https://ccache.dev/
Go to file
2024-01-05 21:08:51 +01:00
ccache.spec automatic version update by autodist [release 3.3.5-1mamba;Thu Jan 18 2018] 2024-01-05 21:08:51 +01:00
README.md automatic version update by autodist [release 3.1.9-1mamba;Thu Jan 10 2013] 2024-01-05 21:08:50 +01:00

ccache

ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations.