Skip to content

main/meson: set b_lto to true

Leo requested to merge Leo/aports:meson-lto into master

This enables LTO1 be turned on by default for any APKBUILD that uses abuild-meson AND has not explicitly disabled it via -Db_lto=false

This will break aports that fail linking or at runtime when LTO is enabled, those should be fixed in subsequent commits

Merge request reports