On 2013-11-22 4:25 PM, Gregory Szorc wrote:
On Nov 22, 2013, at 13:16, Ehsan Akhgari <ehsan.akhg...@gmail.com> wrote:

On Fri, Nov 22, 2013 at 1:02 PM, Boris Zbarsky <bzbar...@mit.edu> wrote:

On 11/22/13 11:41 AM, Ehsan Akhgari wrote:

Hmm to the best of my knowledge, we don't generate the *.i files unless
if you explicitly request them.  Is that what you did in that build?

ccache obvously always generates .i files, since those are what it uses as
its cache key.

And then it compiles the .o from the .i unless you explicitly tell it to
CCACHE_CPP2, right?


Yes, absolutely, but I thought that we don't do any of this for our
tinderbox builds.  Are you saying that we're doing that?

The build system adds CCACHE_CPP2 if building with Clang (not with GCC).

Why just for clang?

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to