diff options
author | TingPing <tingping@tingping.se> | 2018-12-31 21:46:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-31 21:46:58 -0500 |
commit | d25146ffc0290c1fcd549e9bb08174d42d576d98 (patch) | |
tree | ffc6d9363e328e0c55cc6a40bdb4b8796f607188 | |
parent | 4aeba8214f06cb55994497f2469cce5f845f467c (diff) | |
download | meson-d25146ffc0290c1fcd549e9bb08174d42d576d98.zip meson-d25146ffc0290c1fcd549e9bb08174d42d576d98.tar.gz meson-d25146ffc0290c1fcd549e9bb08174d42d576d98.tar.bz2 |
docs: Note --warnlevel instead of --warning_level
-rw-r--r-- | docs/markdown/Builtin-options.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index e38c3cb..288bd79 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -15,6 +15,8 @@ these can be set by passing to `meson` (aka `meson setup`) in any of these ways: `--option=value`, `--option value`, `-Doption=value`, or 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`. Installation options are all relative to the prefix, except: |