From 1a943d03d60e6a45036c77ca31d02ebd6e3ee169 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 22 Feb 2023 10:55:14 +0900 Subject: [PATCH] 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 --- doc/src/sgml/installation.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index aa7c782c3f..0ed35d99e9 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -3034,7 +3034,7 @@ ninja install - + Enables assertion checks in the server, which @@ -3075,7 +3075,7 @@ ninja install - + If using GCC, all programs and libraries are compiled with