Skip to content

Commit

Permalink
Disable LTO for autotest builds as it is unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
ol-imorozko committed Dec 25, 2024
1 parent af3531a commit c798129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autotest/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ executable('yanet-autotest',
include_directories: yanet_rootdir,
dependencies: dependencies,
link_args : ['-lstdc++fs'],
override_options: 'b_lto=false',
install: true)

install_data('yanet-autotest-run.py', install_dir: get_option('bindir'))

0 comments on commit c798129

Please sign in to comment.