1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/ccache/pkg-descr
Dmitry Marakasov 4abd5b48cd - Unsilence installation
- Update WWW

Approved by:	portmgr blanket
2018-09-19 09:38:24 +00:00

7 lines
285 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: https://ccache.samba.org/