pgsql: meson: Change default buildtype to debugoptimized

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Change default buildtype to debugoptimized
Date: 2023-03-29 07:49:54
Message-ID: E1phQZ7-000HjY-Az@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Change default buildtype to debugoptimized

This matches the Autoconf default (-O2 + debug) better. The previous
default setting "release" used -O3, which resulted in different
compiler warnings. At least for now, we want to avoid such
divergence.

Discussion: https://www.postgresql.org/message-id/flat/CAFj8pRBJD_Y-XcqwXSbWS24z%2B84FFX7ajhCan9ixc_m4bD63sA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5aae36dc9c6842e4269b4a713f7ac6583bd8a318

Modified Files
--------------
doc/src/sgml/installation.sgml | 2 +-
meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-03-29 09:37:06 pgsql: Fix some section numbers in information_schema.sql
Previous Message Peter Eisentraut 2023-03-29 07:47:10 pgsql: Move definition of standard collations from initdb to pg_collati