mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
5 lines
251 B
Plaintext
5 lines
251 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.
|