Description
Compilation can be accelerated with a prebuilt compiler cache that reuses previous build results. It is useful for developers who repeatedly build large projects and prefer a binary package.
This is a compiler cache tool. Cache correctness depends on configuration, compiler inputs, and storage location, so use conservative settings for release builds and shared CI caches.