Ccache
From Free net encyclopedia
Revision as of 18:06, 20 April 2006; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
ccache is a computer program which caches the output of C/[[C++]] compilation so that the next time, the same compilation can be omitted. This can greatly speed up compiling time. The program counts on the fact that without it, identical source code is compiled repeatedly.
[edit]
See also
[edit]