ccache will speed up your compilation game
01 Oct 2015Installing ccache creates several symlinks to compilers in /usr/lib/
.
To make ccache used by default (system-wide), just prepend /usr/lib/ccache to the
PATH.
This will make sure ccache gets called instead of cc/gcc/g++/etc, so it can do its magic and only call your compiler if it needs to.
So basically inside your .bashrc: