Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1a943d0

Browse filesBrowse files
committed
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 8a86618 commit 1a943d0
Copy full SHA for 1a943d0

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎doc/src/sgml/installation.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/installation.sgml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.