Categories
Ccache
'Ccache' is a fast 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. When the same code is compiled again the cached output is used, giving a significant speedup (typically 5x). You can also create symbolic links from your compiler's name to ccache; this lets you use ccache without any changes to your build system.
'Ccache' produces the same output that the real compiler would, including the same object files and compiler warnings that the real compiler would produce. The only way to tell you are using ccache is the speed.
Last updated 14 Sep, 2004
Versions
2.4
2.4 stable released 2004-09-13
- Released: 13 Sep, 2004
- Code Maturity: Stable
- Source Archive: http://ccache.samba.org/ftp/ccache/ccache-2.4.t...
- Licenses: GPLv2
- Interfaces: Command Line
User Community and Support
User manpage available in HTML format from http://ccache.samba.org/ccache/ccache-man.html




