Re: [ccache] icecc with cache: cache -s always 0.00 % ?

2019-02-22 Thread Haio Maio via ccache
Im afraid, I didnt understand your question?

Im trying to use icecc/icecream as a wrapper for the compiler. Could you be 
more specific of what did you mean?

> On February 20, 2019 at 3:58 PM Joel Rosdahl  wrote:
> 
> 
> On Wed, 20 Feb 2019 at 12:46, Haio Maio via ccache
>  wrote:
> > Any suggestion of how to use successfully icecc with ccache? The following 
> > doesnt work ...
> >
> > export CCACHE_PREFIX=icecc
> >
> > compile
> >
> > ccache -s
> > [...]
> 
> It looks like ccache is never called in the compile step, so you need to make
> sure that ccache usage is set up properly there. What does the "compile" step
> do?
> 
> -- Joel

___
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache


Re: [ccache] icecc with cache: cache -s always 0.00 % ?

2019-02-22 Thread Joel Rosdahl via ccache
On Fri, 22 Feb 2019 at 19:42, Haio Maio via ccache
 wrote:
> Im afraid, I didnt understand your question?
>
> Im trying to use icecc/icecream as a wrapper for the compiler. Could you be 
> more specific of what did you mean?

Before trying to set up icecc as a wrapper together with ccache, you
need to make sure that ccache is used by the command(s) that you
abbreviated as "compile".

When you wrote "compile", which commands do you actually run to compile?

-- Joel

___
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache