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
Today symbols are stripped using strip utility. Rust 1.45 (nightly) has introduced support for stripping symbols in Cargo.toml. This
configuration switch may further reduce binary size. Issue: rust-lang/cargo#3483 (comment)
Add strip = "symbols" to [profile.release] section
Today symbols are stripped using
strip
utility. Rust 1.45 (nightly) has introduced support for stripping symbols inCargo.toml
. Thisconfiguration switch may further reduce binary size. Issue: rust-lang/cargo#3483 (comment)
Add
strip = "symbols"
to[profile.release]
sectionwarp/Cargo.toml
Line 4 in 8c07f3e
The text was updated successfully, but these errors were encountered: