diff options
author | kent <kent@pkgsrc.org> | 2002-04-08 17:07:52 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2002-04-08 17:07:52 +0000 |
commit | c70532e25cb4de4d457786ac2e2577b5b1a588c2 (patch) | |
tree | e0d73f43d4b08444034a7adeaaca86268d33949d /devel/ccache/DESCR | |
parent | 5118c6270acd35fabdf641c2cb2f3dd6dd64a749 (diff) | |
download | pkgsrc-c70532e25cb4de4d457786ac2e2577b5b1a588c2.tar.gz |
A compiler cache.
http://ccache.samba.org/
Diffstat (limited to 'devel/ccache/DESCR')
-rw-r--r-- | devel/ccache/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/ccache/DESCR b/devel/ccache/DESCR new file mode 100644 index 00000000000..a1ecbce5d6e --- /dev/null +++ b/devel/ccache/DESCR @@ -0,0 +1,6 @@ +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. + +(quote from http://ccache.samba.org/) |