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
{{ message }}
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
In my Cargo.toml:
Running
cargo sysroot
yields:My current workaround is:
lto = true
in my Cargo.tomlcargo sysroot
lto = "fat"
in target/sysroot/Cargo.tomlcargo build
inside target/sysroot to get the sysroot rebuilt with my desired lto settingThe text was updated successfully, but these errors were encountered: