Allow to add compile option to CFLAGS

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-hackers(at)lists(dot)postgresql(dot)org
Subject: Allow to add compile option to CFLAGS
Date: 2025-12-03 23:58:39
Message-ID: 20251204.085839.2241185461656668319.ishii@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-hackers

PostgreSQL allows to use "COPT" environment variable to add optional
compiler flags at make time.

https://www.postgresql.org/docs/current/install-make.html#CONFIGURE-ENVVARS

Unfortunately pgpool does not have such a mechanism. Attached small
patch adds support for "COPT".

Comments and suggestions are welcome.
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp

Responses

Browse pgpool-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-12-08 09:23:18 Refactor BackendFlagsShowFunc()
Previous Message Tatsuo Ishii 2025-11-24 07:41:30 Re: Proposal: recent access based routing for primary-replica setups