From f7d2e7c5d5dd5d434006105af20a6780af90cb77 Mon Sep 17 00:00:00 2001 From: Konstantin Kharlamov Date: Mon, 17 Dec 2018 13:37:13 +0300 Subject: [skip ci] Options as `b_ndebug` can also be set in meson.build --- docs/markdown/Builtin-options.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index ce14304..3ab2380 100644 --- a/docs/markdown/Builtin-options.md +++ b/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`. -- cgit v1.1