diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-03 19:17:52 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-03 19:17:52 +0000 |
commit | 5bd7dbcac5ee19fa6c2c91462241f7d12e41a4ff (patch) | |
tree | b922ce86daa229abfa2097ee11fe1fe678b0a1eb /devel/ccache | |
parent | e0ee15c1f515396d2573e080af8217b49513c4ba (diff) |
Notes
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/pkg-descr | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/ccache/pkg-descr b/devel/ccache/pkg-descr index eedbc3739006..0fe4f61a7e67 100644 --- a/devel/ccache/pkg-descr +++ b/devel/ccache/pkg-descr @@ -1,8 +1,6 @@ -This is a port ccache, a tool which aims to make sure that the -compilation process is efficent as possible, and therefore take the -minimum amount of time. +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. WWW: http://ccache.samba.org/ - -- Dominic -dominic_marks@btinternet.com |