-
Notifications
You must be signed in to change notification settings - Fork 96
Perl 5
Shane Peelar edited this page May 21, 2019
·
1 revision
Perl 5 in general does not play nice with LTO (see this reddit comment). Packages which use Perl 5 or have perl
in their USE flags may require the -ffat-lto-objects
configuration, or in the worst case no LTO at all. This does not appear to be something that can be fixed easily for Perl 5, so we'll have exercise caution. Perl 6 is unaffected.