Re: [ccache] auto-disabling ccache when gcc gets plugins?

2012-10-18 Thread Martin Pool
Disabling all caching because any plugins are used seems like a bit of overkill: while they _can_ be impure, I wonder if most will be? But probably disabling when MELT is present would be reasonable. There is existing code to disable caching when particular flags are present so it should be a

Re: [ccache] auto-disabling ccache when gcc gets plugins?

2012-10-18 Thread Eitan Adler
On 18 October 2012 20:18, Martin Pool m...@sourcefrog.net wrote: Disabling all caching because any plugins are used seems like a bit of overkill: while they _can_ be impure, I wonder if most will be? But probably disabling when MELT is present would be reasonable. There is existing code to