doc: meson-build-system: Fix build type documentation.
authorJulien Lepiller <julien@lepiller.eu>
Sun, 17 May 2020 01:27:37 +0000 (03:27 +0200)
committerJulien Lepiller <julien@lepiller.eu>
Sun, 17 May 2020 01:28:49 +0000 (03:28 +0200)
* doc/guix.texi (Build Systems): Fix meson build system description.

doc/guix.texi

index 22bf6bd..34acc91 100644 (file)
@@ -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