Re: [ccache] -Bprefix compiler option - resulting in cache miss

2015-09-19 Thread Joel Rosdahl
On 11 September 2015 at 12:02, vkr wrote: > I believe I found a potential bug with ccache that results in cache-miss if > -Bprfix compilation option is used, where prefix specifies where to find > the executables, libraries, include files, and data files of the compiler > itself. [...] > I would

[ccache] -Bprefix compiler option - resulting in cache miss

2015-09-11 Thread vkr
Hello, I believe I found a potential bug with ccache that results in cache-miss if -Bprfix compilation option is used, where prefix specifies where to find the executables, libraries, include files, and data files of the compiler itself. Example, if my compilation command is: CCACHE_BASEDIR=$PWD c