This is due to some compilers (e.g. lcc) don't support LTO, and therefore no b_lto meson option is available.pull/3115/head
parent
43be74cf81
commit
86fa9b133d
2 changed files with 3 additions and 3 deletions
@ -1,5 +1,5 @@ |
||||
project('reconfigure test', ['c']) |
||||
|
||||
if get_option('b_lto') != true |
||||
error('b_lto not set') |
||||
if get_option('b_coverage') != true |
||||
error('b_coverage not set') |
||||
endif |
||||
|
Loading…
Reference in new issue