Re: --enable-ccache configure option

From: Andres Freund <andres(at)anarazel(dot)de>
To: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: --enable-ccache configure option
Date: 2018-05-04 21:07:43
Message-ID: 20180504210743.2zam5xp3oeztnj2s@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2018-05-04 17:04:38 -0400, Andrew Dunstan wrote:
> On Fri, May 4, 2018 at 1:58 PM, Andres Freund <andres(at)anarazel(dot)de> 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 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 to me what can usefully be done by configure.

Use ccache without having to set it up individually for CC, CLANG, CXX.

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2018-05-04 21:13:28 Re: --enable-ccache configure option
Previous Message Andrew Dunstan 2018-05-04 21:06:53 Re: MSYS2 and pg_upgrade testing