C/C++ compiler cache. Note: packages usually provide symlinks for compilers in
/usr/lib/ccache/bin
. Prepend this directory to$PATH
to automatically useccache
for them. More information: https://ccache.dev/manual/latest.html.
ccache --show-stats
ccache --clear
ccache --zero-stats
ccache
on all gcc
invocations, see the note above):ccache gcc path/to/file.c