Describe syntax of `meson configure [skip ci]
This makes it a lot easier for people to quickly figure out how to customize parameter.
This commit is contained in:
parent
903d5dd8a7
commit
bc2338efd3
|
@ -17,7 +17,7 @@ by setting them inside `default_options` of `project()` in your `meson.build`.
|
|||
|
||||
For legacy reasons `--warnlevel` is the cli argument for the `warning_level` option.
|
||||
|
||||
They can also be edited after setup using `meson configure`.
|
||||
They can also be edited after setup using `meson configure -Doption=value`.
|
||||
|
||||
Installation options are all relative to the prefix, except:
|
||||
|
||||
|
|
Loading…
Reference in New Issue