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:
opt-level = 0
in my Cargo.tomlcargo sysroot
opt-level = "z"
in target/sysroot/Cargo.tomlcargo build
inside target/sysroot to get the sysroot rebuilt with my desired opt-levelThe text was updated successfully, but these errors were encountered: