Installation :
Your path (at least the beginning) should look like:
And g++/gcc should now point to:
Configuration :If you want no no limit to number of files and size of the cache:
Show cache statistics:
Empty the cache and reset the stats:
Usage :Everytime you call gcc or g++; ccache is called.My mistake was that I didn't delete already compiled files. Just delete all your cmake/output files and configure/compile again. Your ccache shouldn't be empty then. Now try a |