← all formulas
ccache
Object-file caching compiler wrapper
- Version
- v4.13.6
- License
- GPL-3.0-or-later
- Tap
- homebrew/core
- Bottle
- available
- Revision
- —
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install ccacheCaveats
To install symlinks for compilers that will automatically use
ccache, prepend this directory to your PATH:
$HOMEBREW_PREFIX/opt/ccache/libexec
If this is an upgrade and you have previously added the symlinks to
your PATH, you may need to modify it to the path specified above so
it points to the current version.
NOTE: ccache can prevent some software from compiling.
ALSO NOTE: The brew command, by design, will never use ccache.