diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-11-07 16:00:56 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-11-08 16:00:05 +0200 |
commit | 3e6fbde94c1cb8d4e01b7daf0282c315ff0e6c7d (patch) | |
tree | e7afc27cf35beffdf37a4e67ad99741ce0fb8718 /test cases | |
parent | b6dc4d5e5c6e838de0b52e62d982ba2547eb366d (diff) | |
download | meson-3e6fbde94c1cb8d4e01b7daf0282c315ff0e6c7d.zip meson-3e6fbde94c1cb8d4e01b7daf0282c315ff0e6c7d.tar.gz meson-3e6fbde94c1cb8d4e01b7daf0282c315ff0e6c7d.tar.bz2 |
Add thinlto support. Closes #7493.
Diffstat (limited to 'test cases')
-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 2eccef7..4b38c6f 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 |