mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
doc: meson-build-system: Fix build type documentation.
* doc/guix.texi (Build Systems): Fix meson build system description.
This commit is contained in:
parent
7f4b45a320
commit
e39b857d74
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue