diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-05-17 03:27:37 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-05-17 03:28:49 +0200 |
commit | e39b857d7461e32cf737c97f47b522f9acc6f877 (patch) | |
tree | 6c0ead347ccfadc207d4f64dcc5e26cb60b7a325 /doc | |
parent | 7f4b45a320d9661881e9cd488507bee2cf84e859 (diff) |
doc: meson-build-system: Fix build type documentation.
* doc/guix.texi (Build Systems): Fix meson build system description.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 22bf6bd224..34acc910f0 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 |