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
* Fix linker-plugin-lto: use `-flto=thin`
The linker-plugin/lld uses thin LTO by default, and it requires the archive to be compiled
with thin LTO as well, since thin LTO generates function summary
which is needed by thin LTO.
* Clarify purpose of unused 'lto' variable in flags.rs
Added a comment explaining the purpose of the unused 'lto' variable.
* Update comments on thin LTO for linker plugin
Clarify comments regarding thin LTO requirements for linker plugin.
0 commit comments