diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-11-13 18:03:18 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-11-17 17:51:23 +0200 |
| commit | c8af3c8d29df9535b76ce62a8aafdbb0bc9cc10f (patch) | |
| tree | 067f1117a0a9c0f5c5d9bc85a9edf5bf624ec55d /test cases/common | |
| parent | eb2c26b2c2f3662f489d403ef038944efdd77a85 (diff) | |
| download | meson-c8af3c8d29df9535b76ce62a8aafdbb0bc9cc10f.tar.gz | |
Revert "Add thinlto support. Closes #7493."
This reverts commit 3e6fbde94c1cb8d4e01b7daf0282c315ff0e6c7d.
Diffstat (limited to 'test cases/common')
| -rw-r--r-- | test cases/common/41 options/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
