[ccache] how to use ccache

Francois Marier francois at debian.org
Mon Dec 3 19:33:24 GMT 2007


On 2007-12-03 at 04:36:47, Mahmood NT wrote:
> seems it has been successfully installed and linked. Is it the end? If I
> use "make" without any argument or prefix or something else, will the
> compiler use cache???

If you want to make sure it's working, do:

  ccache -s

before and after running make.  You should notice different numbers under:

  cache hit
  cache miss
  files in cache
  cache size

Francois


More information about the ccache mailing list