meson.build 98 B

123456
  1. project('reconfigure test', ['c'])
  2. if get_option('b_lto') != true
  3. error('b_lto not set')
  4. endif