A compiler cache that often boosts from 5 to 10 times speedup in common compilations. https://ccache.dev/
Go to file
2024-07-27 19:47:58 +02:00
ccache.spec rebuilt with libfmt 11.0.2 [release 4.10.2-2mamba;Sat Jul 27 2024] 2024-07-27 19:47:58 +02:00
README.md provide ccache folder with symlinks, profile and default files to quickly enable or disable system-wide usage [release 4.8.3-2mamba;Sun Dec 10 2023] 2024-01-05 21:08:55 +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.