I am working with distcc and ccache to speed up the compilation of my project.
I noticed that I am not getting any hits when I am building the same code from different directories. I looked up online https://github.com/ccache/ccache/issues/212 and saw that I need to set the hash_dir flag = false
. I already have the variable CCACHE_NOHASHDIR=true
. Am I missing something? Do I need to set/unset any other variables?