Re: --enable-ccache configure option

2018-05-04 Thread Tom Lane
Alvaro Herrera writes: > Andres Freund wrote: >>> What exactly would it do? I use ccache all the time, have for years, >>> but it's not clear to me what can usefully be done by configure. >> Use ccache without having to set it up individually for CC, CLANG, CXX. > Umm, I just add /usr/lib/ccache

Re: --enable-ccache configure option

2018-05-04 Thread Alvaro Herrera
Andres Freund wrote: > > On Fri, May 4, 2018 at 1:58 PM, Andres Freund wrote: > > > ISTM --enable-ccache would simplify setup for a number of people? And it > > > shouldn't be hard to implement. > > > > What exactly would it do? I use ccache all the time, have for years, > > but it's not clear

Re: --enable-ccache configure option

2018-05-04 Thread Andrew Dunstan
On Fri, May 4, 2018 at 5:07 PM, Andres Freund wrote: > On 2018-05-04 17:04:38 -0400, Andrew Dunstan wrote: >> On Fri, May 4, 2018 at 1:58 PM, Andres Freund wrote: >> > Hi, >> > >> > Now that there's several tools used during compilation that can benefit >> > from ccache I wonder if it's time to a

Re: --enable-ccache configure option

2018-05-04 Thread Andres Freund
On 2018-05-04 17:04:38 -0400, Andrew Dunstan wrote: > On Fri, May 4, 2018 at 1:58 PM, Andres Freund wrote: > > Hi, > > > > Now that there's several tools used during compilation that can benefit > > from ccache I wonder if it's time to add an option to configure for > > setting up ccache across th

Re: --enable-ccache configure option

2018-05-04 Thread Andrew Dunstan
On Fri, May 4, 2018 at 1:58 PM, Andres Freund wrote: > Hi, > > Now that there's several tools used during compilation that can benefit > from ccache I wonder if it's time to add an option to configure for > setting up ccache across the board. > > ISTM --enable-ccache would simplify setup for a num