A Fast C/C++ Compiler Cache
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++.
- Developed at devel:tools:building
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/ccache && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ccache-3.1.tar.bz2 | 0000250668 245 KB | |
ccache.changes | 0000004575 4.47 KB | |
ccache.spec | 0000001695 1.66 KB |
Revision 9 (latest revision is 82)
autobuild
accepted
request 48345
from
Petr Uzel (puzel)
(revision 9)
Copy from devel:tools:building/ccache based on submit request 48345 from user puzel
Comments 2
ccache v4.6 was released https://ccache.dev/releasenotes.html
I tried updating it yesterday but I have encountered some tests failing that need investigation.