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.0:Staging:FactoryCandidates/ccache && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ccache-3.5.tar.xz | 0000334668 327 KB | |
ccache-3.5.tar.xz.asc | 0000000833 833 Bytes | |
ccache.changes | 0000030099 29.4 KB | |
ccache.keyring | 0000010603 10.4 KB | |
ccache.spec | 0000002236 2.18 KB |
Revision 43 (latest revision is 82)
Dominique Leuenberger (dimstar_suse)
accepted
request 643637
from
Martin Pluskal (pluskalm)
(revision 43)
- Make sure bundled zlib is not used - Make building more verbose - Update to version 3.5 * Added a boolean debug (CCACHE_DEBUG) configuration option * Renamed CCACHE_CC to CCACHE_COMPILER * Added a new command-line option -k/--get-config * Improved performance substantially when using hash_dir = false * Renamed "stats zero time" to "stats zeroed" * Added file_state_matches_ctime option to disable ctime check
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.