[meson] expose buildtype debug/optimization info to pg_config

From: Junwang Zhao <zhjwpku(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [meson] expose buildtype debug/optimization info to pg_config
Date: 2023-12-12 10:40:15
Message-ID: CAEG8a3JAuc57+mZX71unA45mgQGtu+VfCoyd+yCz2yRLxQ-iZQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

build system using configure set VAL_CFLAGS with debug and
optimization flags, so pg_config will show these infos. Some
extensions depend on the mechanism.

This patch exposes these flags with a typo fixed together.

--
Regards
Junwang Zhao

Attachment Content-Type Size
0001-meson-expose-buildtype-debug-optimization-info-to-pg.patch application/octet-stream 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-12-12 10:44:57 Re: Adding facility for injection points (or probe points?) for more advanced tests
Previous Message Michael Banck 2023-12-12 10:28:10 Re: Add --check option to pgindent