From c8af3c8d29df9535b76ce62a8aafdbb0bc9cc10f Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 13 Nov 2020 18:03:18 +0200 Subject: Revert "Add thinlto support. Closes #7493." This reverts commit 3e6fbde94c1cb8d4e01b7daf0282c315ff0e6c7d. --- test cases/common/41 options/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test cases/common') diff --git a/test cases/common/41 options/meson.build b/test cases/common/41 options/meson.build index 4b38c6f87..2eccef7b0 100644 --- a/test cases/common/41 options/meson.build +++ b/test cases/common/41 options/meson.build @@ -18,7 +18,7 @@ if get_option('array_opt') != ['one', 'two'] endif # If the default changes, update test cases/unit/13 reconfigure -if get_option('b_lto') != 'false' +if get_option('b_lto') != false error('Incorrect value in base option.') endif -- cgit v1.2.3