ccache

v 4.9.1 Updated: 2 months, 1 week ago

object-file caching compiler wrapper

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.

https://ccache.dev

To install ccache, paste this in macOS terminal after installing MacPorts

sudo port install ccache

Add to my watchlist

Installations 95
Requested Installations 65