Speed Up

This post pointed me to a tool that I have always wanted without ever knowing it. ccache is a C/C++ compiler cache. It is used to produce code from already compiled sources that have not changed. Its particularly useful for package building environments where package directives change often but the source code doesn’t.