Re: Trouble sharing cache results when compiling with -isystem instead of -I
Andrew Stubbs <[email protected]> Fri, 4 Sep 2015 16:15:07 +0100
| Newsgroups | gmane.comp.compilers.ccache |
|---|---|
| Message-ID | <[email protected]> |
On 03/09/15 23:03, Robert Houghton wrote: > Is looks like ccache v3.2.1 will not use the CCACHE_BASEDIR option when > considering paths provided by -isystem. Is this intentional, an oversight, > or a bug? I'd say it's not intentional. -I and -isystem differ only in the search order, which shouldn't be significant for ccache. Andrew