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-4.6.3.tar.xz | 0000531184 519 KB | |
ccache-4.6.3.tar.xz.asc | 0000000833 833 Bytes | |
ccache.changes | 0000056592 55.3 KB | |
ccache.keyring | 0000010603 10.4 KB | |
ccache.spec | 0000002359 2.3 KB | |
fix2038.patch | 0000000395 395 Bytes |
Revision 68 (latest revision is 82)
Richard Brown (RBrownFactory)
accepted
request 1006018
from
Danilo Spinella (dspinella)
(revision 68)
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.