Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cargo strip symbols #3

Closed
peters opened this issue Jun 24, 2020 · 0 comments
Closed

Cargo strip symbols #3

peters opened this issue Jun 24, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@peters
Copy link
Contributor

peters commented Jun 24, 2020

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

[profile.release]

@peters peters added enhancement New feature or request good first issue Good for newcomers labels Jun 24, 2020
@peters peters closed this as completed May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant