Skip to content

Commit 36cc0d1

Browse files
michaelpqpull[bot]
authored andcommitted
doc: Add missing values for meson options -Dcassert and -Db_coverage
The -Dcassert and -Db_coverage that can be specified to a meson command require values after an equal sign but the documentation did not properly reflect that. All the other options specify the argument values they expect, so close the gap. Author: Jelte Fennema Discussion: https://postgr.es/m/CAGECzQRXd1z+AoQ4tC5tqPk1_NQJohf6xwdEL=z9KgxHau2maQ@mail.gmail.com
1 parent 9e37683 commit 36cc0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3034,7 +3034,7 @@ ninja install
30343034
</varlistentry>
30353035

30363036
<varlistentry id="configure-cassert-meson">
3037-
<term><option>-Dcassert</option></term>
3037+
<term><option>-Dcassert={ true | false }</option></term>
30383038
<listitem>
30393039
<para>
30403040
Enables <firstterm>assertion</firstterm> checks in the server, which
@@ -3075,7 +3075,7 @@ ninja install
30753075
</varlistentry>
30763076

30773077
<varlistentry id="configure-b-coverage-meson">
3078-
<term><option>-Db_coverage</option></term>
3078+
<term><option>-Db_coverage={ true | false }</option></term>
30793079
<listitem>
30803080
<para>
30813081
If using GCC, all programs and libraries are compiled with

0 commit comments

Comments
 (0)