me
/
guix
Archived
1
0
Fork 0

doc: meson-build-system: Fix build type documentation.

* doc/guix.texi (Build Systems): Fix meson build system description.
master
Julien Lepiller 2020-05-17 03:27:37 +02:00 committed by Tobias Geerinckx-Rice
parent 0d6eeaf36d
commit ef4e9e4ac3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View 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