Install ccache
then update the PATH
:
export PATH="/usr/lib/ccache:$PATH"
Add to ~/.ccache/ccache.conf
max_size = 5.0G
hash_dir = false
Statistics:
$ ccache -s
To clear the cache:
$ ccache -C
To reset the statistics:
$ ccache -z
replace /usr/bin/ld
with /usr/bin/ld.gold
.