meson: Change default buildtype to debugoptimized

Peter Eisentraut <peter@eisentraut.org>

Commit: 5aae36dc9c6842e4269b4a713f7ac6583bd8a318
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-03-29T07:48:18Z
Releases: 16.0
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

Files

PathChange+/−
doc/src/sgml/installation.sgml modified +1 −1
meson.build modified +1 −1

Documentation touched

Discussion