Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ccache - C/C++ compiler cache
- Description:
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.
Packages
ccache-2.4-17.fc13.i686
[50 KiB] |
Changelog
by Ville Skyttä (2009-12-19):
- Minor profile.d script performance improvements.
- Fix hardcoded /var/cache/ccache in profile.d scripts.
|