summaryrefslogtreecommitdiff
path: root/devel/ccache/DESCR
diff options
context:
space:
mode:
authorkent <kent>2002-04-08 17:07:52 +0000
committerkent <kent>2002-04-08 17:07:52 +0000
commit74fd84b3dd45628c51fd4ff1ed334e5866297209 (patch)
treee0d73f43d4b08444034a7adeaaca86268d33949d /devel/ccache/DESCR
parent49834762c22b4aa596597aa4a1bd00541ac4e7b6 (diff)
downloadpkgsrc-74fd84b3dd45628c51fd4ff1ed334e5866297209.tar.gz
A compiler cache.
http://ccache.samba.org/
Diffstat (limited to 'devel/ccache/DESCR')
-rw-r--r--devel/ccache/DESCR6
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/)