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
parent 7f4b45a320
commit e39b857d74
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
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