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:15.2:FactoryCandidates/ccache && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ccache-3.7.9.tar.xz | 0000352948 345 KB | |
ccache-3.7.9.tar.xz.asc | 0000000833 833 Bytes | |
ccache.changes | 0000042111 41.1 KB | |
ccache.keyring | 0000010603 10.4 KB | |
ccache.spec | 0000002302 2.25 KB |
Revision 52 (latest revision is 82)
Dominique Leuenberger (dimstar_suse)
accepted
request 812204
from
Martin Pluskal (pluskalm)
(revision 52)
- Add symlink for nvidia cuda compiler as well
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.