mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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
This commit is contained in:
@ -3001,7 +3001,7 @@ ninja install
|
||||
<listitem>
|
||||
<para>
|
||||
This option can be used to specify the buildtype to use; defaults to
|
||||
<option>release</option>. If you'd like finer control on the debug
|
||||
<option>debugoptimized</option>. If you'd like finer control on the debug
|
||||
symbols and optimization levels than what this option provides, you
|
||||
can refer to the <option>--debug</option> and
|
||||
<option>--optimization</option> flags.
|
||||
|
Reference in New Issue
Block a user