You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments