pgsql: meson: Include CFLAGS/c_args in summary and pg_config output

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Include CFLAGS/c_args in summary and pg_config output
Date: 2022-09-27 02:56:14
Message-ID: E1od0la-002BUY-Aw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Include CFLAGS/c_args in summary and pg_config output

Previously arguments passed in via CFLAGS/-Dc_args were neither displayed in
meson's summary, nor in pg_config's output.

Reported-by: "wangw(dot)fnst(at)fujitsu(dot)com" <wangw(dot)fnst(at)fujitsu(dot)com>
Discussion: https://postgr.es/m/OS3PR01MB62751847BC9CD2DB7B29AC129E529@OS3PR01MB6275.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1330dcdec0f22fb2b7a621f9a0e6e729e21d50a4

Modified Files
--------------
meson.build | 4 ++++
src/include/meson.build | 10 +++++++---
2 files changed, 11 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-09-27 03:04:09 pgsql: ci: Add hint about downloadable logs to README
Previous Message Michael Paquier 2022-09-27 00:31:18 pgsql: Mark ParallelMessagePending as sig_atomic_t