I have ccache setup automatically on my linux box.

balay@sb /home/balay
$ which gcc
/usr/lib64/ccache/gcc

i.e the easiest thing to do is update PATH. For ex on OSX [where its not 
automatically setup] - I have it installed via brew and:

export PATH=/usr/local/opt/ccache/libexec:$PATH

Satish



On Fri, 17 Jan 2020, Patrick Sanan wrote:

> I'm shamefully not using ccache. How do I do it? Is it as simple as 
> ./configure --with-cc="ccache gcc" --with-cxx="ccache g++"? Works on OS X and 
> various Linuxes? Any known issue with external packages or otherwise? 

Reply via email to