From 5e55a0bb2b95546da41fd27dbccc8c056815f391 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 1 Sep 2021 11:01:01 -0400 Subject: 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. --- test cases/unit/72 summary/meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test cases') 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') -- cgit v1.2.3