docs: encourage using the "setup" subcommand where appropriate

pull/10535/head
Eli Schwartz 2 years ago
parent 5e445fd747
commit 0960cd3c23
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      docs/markdown/Builtin-options.md

@ -113,7 +113,7 @@ All other combinations of `debug` and `optimization` set `buildtype` to `'custom
These are set in the same way as universal options, either by These are set in the same way as universal options, either by
`-Doption=value`, or by setting them inside `default_options` of `-Doption=value`, or by setting them inside `default_options` of
[[project]] in your `meson.build`. However, they cannot be shown in [[project]] in your `meson.build`. However, they cannot be shown in
the output of `meson --help` because they depend on both the current the output of `meson setup --help` because they depend on both the current
platform and the compiler that will be selected. The only way to see platform and the compiler that will be selected. The only way to see
them is to setup a builddir and then run `meson configure` on it with them is to setup a builddir and then run `meson configure` on it with
no options. no options.

Loading…
Cancel
Save