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
With *FLAGS-=-flto* it works.
Curious fact is that after I build it without LTO, I can get rid of the *FLAGS-=-flto* and rebuild and it compiles fine, with LTO enabled.
Ncurses 6.1 compiles fine, but 5.9 does not.
build.log
emerge --info
With
*FLAGS-=-flto*it works.Curious fact is that after I build it without LTO, I can get rid of the
*FLAGS-=-flto*and rebuild and it compiles fine, with LTO enabled.