diff options
| author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-09-01 11:01:01 -0400 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2021-09-02 19:38:29 -0400 |
| commit | 5e55a0bb2b95546da41fd27dbccc8c056815f391 (patch) | |
| tree | 6d48d931ee300630fa987b7e74654194b86d71ab /test cases | |
| parent | a616a23713dd34638adee29413603b2eeb80456b (diff) | |
| download | meson-5e55a0bb2b95546da41fd27dbccc8c056815f391.tar.gz | |
interpreter: Add summary of all user defined options
It is a commonly needed information to help debugging build issues. We
already were printing options with non-default value at the end of the
configure but outside of the summary.
Keeping the list of user defined options in the interpreter will also in
the future be useful to use new default value on reconfigure.
Diffstat (limited to 'test cases')
| -rw-r--r-- | test cases/unit/72 summary/meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/unit/72 summary/meson_options.txt b/test cases/unit/72 summary/meson_options.txt index f2c41f8fb..281c3b672 100644 --- a/test cases/unit/72 summary/meson_options.txt +++ b/test cases/unit/72 summary/meson_options.txt @@ -1 +1 @@ -option('enabled_opt', type: 'feature', value: 'enabled') +option('enabled_opt', type: 'feature', value: 'auto') |
