[skip ci] Options as `b_ndebug` can also be set in meson.build

pull/4653/head
Konstantin Kharlamov 6 years ago committed by Dylan Baker
parent d42a3ae05f
commit f7d2e7c5d5
  1. 3
      docs/markdown/Builtin-options.md

@ -12,7 +12,8 @@ universal options, base options, compiler options.
A list of these options can be found by running `meson --help`. All
these can be set by passing to `meson` (aka `meson setup`) in any of
these ways: `--option=value`, `--option value`, `-Doption=value`.
these ways: `--option=value`, `--option value`, `-Doption=value`, or
by setting them inside `default_options` of `project()` in your `meson.build`.
They can also be edited after setup using `meson configure`.

Loading…
Cancel
Save