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.7.5.tar.xz | 0000352440 344 KB | |
ccache-3.7.5.tar.xz.asc | 0000000833 833 Bytes | |
ccache.changes | 0000038176 37.3 KB | |
ccache.keyring | 0000010603 10.4 KB | |
ccache.spec | 0000002287 2.23 KB |
Revision 48 (latest revision is 82)
Dominique Leuenberger (dimstar_suse)
accepted
request 745343
from
Martin Pluskal (pluskalm)
(revision 48)
- Update to version 3.7.5: * Added support for -MF=arg (with an extra equal sign) as understood by EDG-based compilers. * Fixed a regression in 3.7.2 that could result in a warning message instead of an error in an edge case related to usage of “-Werror”. * An implicit -MQ is now passed to the preprocessor only if the object file extension is non-standard. This will make it easier to use EDG-based compilers (e.g. GHS) which don’t understand -MQ. (This is a bug fix of the corresponding improvement implemented in ccache 3.4.) * ccache now falls back to running the real compiler instead of failing fataly if an internal temporary file is missing after compilation. * Fixed a crash if localtime returns null pointer in localtime_r replacement. * Fixed header file dependency tracking when building ccache itself. * Fixed warning during configure in out-of-tree build in developer mode.
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.