Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit74199e2

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 commandrequire values after an equal sign but the documentation did notproperly reflect that. All the other options specify the argumentvalues they expect, so close the gap.Author: Jelte FennemaDiscussion:https://postgr.es/m/CAGECzQRXd1z+AoQ4tC5tqPk1_NQJohf6xwdEL=z9KgxHau2maQ@mail.gmail.com
1 parentf36d137 commit74199e2

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)

[8]ページ先頭

©2009-2025 Movatter.jp