A Fast C/C++ Compiler Cache

Edit Package ccache

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++.

Refresh
Refresh
Source Files
Filename Size Changed
ccache-3.7.6.tar.xz 0000352692 344 KB
ccache-3.7.6.tar.xz.asc 0000000833 833 Bytes
ccache.changes 0000038953 38 KB
ccache.keyring 0000010603 10.4 KB
ccache.spec 0000002259 2.21 KB
Revision 49 (latest revision is 76)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 757695 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 49)
- Update to version 3.7.6:
  * The opt-in “file_macro sloppiness” mode has been removed so that the input file path now is always included in the direct mode hash. This fixes a bug that could result in false cache hits in an edge case when “file_macro sloppiness” is enabled and several identical source files include a relative header file with the same name but in different directories.
  * Statistics files are no longer lost when the filesystem of the cache is full.
  * Bail out on too hard Clang option -MJarg (in addition to the previous bailout of -MJ arg).
  * Properly handle color diagnostics in the depend mode as well.
Comments 2

Luz Paz's avatar

ccache v4.6 was released https://ccache.dev/releasenotes.html


Danilo Spinella's avatar

I tried updating it yesterday but I have encountered some tests failing that need investigation.

openSUSE Build Service is sponsored by