-
Notifications
You must be signed in to change notification settings - Fork 602
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
Use debug=line-tables-only
#9107
Milestone
Comments
available in 04-27/1.71 |
Wait, why our binaries are already so small now?
|
Linux binaries are larger 😄
|
I guess this is because of different defaults for split-debuginfo. Well, I guess for linux we don't really want to split debug info.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
debuginfo=1
still contains debug info.line-tables-only
can be much smaller. I tested that it's 1.4G -> 844MSee https://github.com/rust-lang/rust/pull/109808/files#diff-6e9a08e032c83ccfc4b967a192b6d38c932eaaf6a153027bd79365830e4d7139
Wait for cargo's support rust-lang/cargo#11958
The text was updated successfully, but these errors were encountered: