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
The current rustup-init binary is 9.3M in size, while it shouldn't be so big to bootstrap (you need to download 10M before even seeing a message.) It seems to contain debug symbols too.
Building with release resulted in 5.0M binary, with LTO it's 4.9M (doesn't make much sense). This halves download, and makes the experience better.
The text was updated successfully, but these errors were encountered:
The current
rustup-init
binary is 9.3M in size, while it shouldn't be so big to bootstrap (you need to download 10M before even seeing a message.) It seems to contain debug symbols too.Building with release resulted in 5.0M binary, with LTO it's 4.9M (doesn't make much sense). This halves download, and makes the experience better.
The text was updated successfully, but these errors were encountered: