Re: meson: Add support for building with precompiled headers - Mailing list pgsql-hackers

From Tom Lane
Subject Re: meson: Add support for building with precompiled headers
Date
Msg-id 2551678.1665001315@sss.pgh.pa.us
Whole thread Raw
In response to Re: meson: Add support for building with precompiled headers  (Andres Freund <andres@anarazel.de>)
Responses Re: meson: Add support for building with precompiled headers  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2022-10-05 16:09:14 -0400, Tom Lane wrote:
>> Color me confused, but how does it work to #define that from the command
>> line if it can't be overridden from within the program?

> If specified on the commandline it's also used when generating the precompiled
> header - of course that's not possible when it's just #define'd in some .c
> file.

Ah, so there's a separate cache of precompiled headers for each set of
compiler command-line arguments?  Got it.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: meson PGXS compatibility
Next
From: Andres Freund
Date:
Subject: Re: meson: Add support for building with precompiled headers