Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ccache: C/C++ compiler cache
- Summary
- ccache is a compiler cache. It acts as a caching pre-processor to
C/C++ compilers, using the -E compiler switch and a hash to detect
when a compilation can be satisfied from cache. This often results in
a 5 to 10 times speedup in common compilations.
Arch: src
Download: | ccache-2.4-8.al3.src.rpm |
Build Date: | Wed Mar 21 07:26:16 2007 |
Packager: | Aurora SPARC Linux <http://bugzilla.auroralinux.org> |
Size: | 93 KiB |
Changelog
- * Thu Mar 15 17:00:00 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.4-8
- Bypass cache with --coverage, -fprofile-arcs and -ftest-coverage
(upstream CVS and Matt Fago, #231462).
- * Fri Nov 10 16:00:00 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.4-7
- Require coreutils for triggers (#215030).
- * Wed Aug 9 17:00:00 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.4-6
- Add auto-symlink support for compat-gcc-34(-c++).
- Untabify, escape macros in changelog.