Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: dfbafc9e361c7e927733892bbc7c47daa9c070cf https://github.com/Perl/perl5/commit/dfbafc9e361c7e927733892bbc7c47daa9c070cf Author: Lukas Mai <lukasmai....@gmail.com> Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths: M t/porting/libperl.t Log Message: ----------- porting/libperl.t: detect LTO builds via -Doptimize Link-time optimization (LTO) may be enabled via -flto using either -Dccflags='-flto' or -Doptimize='-O2 -flto', so check both variables to detect an LTO build. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications