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
GCC defaults to full LTO with --with-lto=yes passed. Clang defaults to ThinLTO with --with-lto=yes passed. You need --with-lto=full to enable full LTO.
GCC defaults to full LTO with
--with-lto=yespassed. Clang defaults to ThinLTO with--with-lto=yespassed. You need--with-lto=fullto enable full LTO.