Caches compiler output to speed up rebuilds of identical code
Object-file caching compiler wrapper
ccache
$ ccache gcc -o program main.c
$ ccache -s
$ ccache -C