-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
rustc produce considerably bigger release binaries after rustc 1.14.0-nightly (3caf63cc0 2016-10-24) #38908
Comments
Thanks for the report! We should definitely look into that. cc @rust-lang/compiler @rust-lang/tools |
The change must have been introduced somewhere in this range: f094206...3caf63c |
My bet is on 803576c. If |
That could well be the cause. |
Thanks for the confirmation @michaelwoerister! With that in mind I feel that there's not a lot we can do about this because we don't want to remove the debug info from libstd yet. |
We found the problem and decided to not do anything at least for now so I think closing makes sense for the time being. |
Mentioned on /r/rust
My little project for example:
rustc +nightly-2016-10-21 -O
: 652Krustc +nightly-2016-10-26 -O
: 1.9MSizes after
strip
are the same (368K)The text was updated successfully, but these errors were encountered: