guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

94/104: doc: meson-build-system: Fix build type documentation.


From: guix-commits
Subject: 94/104: doc: meson-build-system: Fix build type documentation.
Date: Sun, 17 May 2020 11:36:52 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit ef4e9e4ac385f575a48ce710c4df90c8868aeaf4
Author: Julien Lepiller <address@hidden>
AuthorDate: Sun May 17 03:27:37 2020 +0200

    doc: meson-build-system: Fix build type documentation.
    
    * doc/guix.texi (Build Systems): Fix meson build system description.
---
 doc/guix.texi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 22bf6bd..34acc91 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6808,8 +6808,9 @@ following phases changed to some specific for Meson:
 
 @item configure
 The phase runs @code{meson} with the flags specified in
-@code{#:configure-flags}.  The flag @option{--build-type} is always set to
-@code{plain} unless something else is specified in @code{#:build-type}.
+@code{#:configure-flags}.  The flag @option{--buildtype} is always set to
+@code{debugoptimized} unless something else is specified in
+@code{#:build-type}.
 
 @item build
 The phase runs @code{ninja} to build the package in parallel by default, but



reply via email to

[Prev in Thread] Current Thread [Next in Thread]