rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
177 stars 55 forks source link

Enable lto and stripping in release mode #157

Closed LingMan closed 2 years ago

LingMan commented 2 years ago

Reduces the size of the resulting binary from 10.5 MiB to 3.7 MiB.

For reference: strip-only = 5.1 MiB lto-only = 6.3 MiB