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
Enable -Zfunction-sections by default for *-windows-{gnu,cygwin}
The comment here was a bit misleading, #13846 was about an LLVM assertion
that failed when `-Zfunction-sections` was enabled. However, that bug
has been fixed for a long time and the actual issue was that older `ld`
versions would not correctly link binaries (see #75604 for the prior
attempt at this change). This bug was fixed in version 2.32 of binutils
and Rust now ships binutils 2.42 as of #119229 so we can remove this
workaround!
0 commit comments