mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
@item configure
|
||||||
The phase runs @code{meson} with the flags specified in
|
The phase runs @code{meson} with the flags specified in
|
||||||
@code{#:configure-flags}. The flag @option{--build-type} is always set to
|
@code{#:configure-flags}. The flag @option{--buildtype} is always set to
|
||||||
@code{plain} unless something else is specified in @code{#:build-type}.
|
@code{debugoptimized} unless something else is specified in
|
||||||
|
@code{#:build-type}.
|
||||||
|
|
||||||
@item build
|
@item build
|
||||||
The phase runs @code{ninja} to build the package in parallel by default, but
|
The phase runs @code{ninja} to build the package in parallel by default, but
|
||||||
|
|
Loading…
Reference in a new issue