You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current docs suggest that one should enable ccache by playing games with what gcc (and clang, etc) map to in one's PATH.
That is certainly one approach to the problem.
But I would prefer if it were not the only way to get the effect; I don't want to globally reroute my system's gcc/clang to ccache, and would prefer a configure option that makes our build Makefiles use the form of invoking ccache that passes along compiler as well.
I've hacked up a patch to do this on my system, so I'll assign this to myself.