1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/ccache/pkg-descr
David E. O'Brien 5bd7dbcac5 Change this to something that actually tells me enough about the port that
I don't have to go to the website to just figure out what the heck this
thing is.
2002-04-03 19:17:52 +00:00

7 lines
284 B
Plaintext

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/