Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See https://github.com/johnthagen/min-sized-rust Here are some stats on the different flags I used and how much each step reduced the binary size: | Method | Size | Diff (%) | |-----------------------------|--------------------|---------:| | Master | 27633280 (27.6MB) | N/A | | `strip` | 19544600 (19.5MB) | -29.3% | | `strip` + `lto` | 19028504 (19.0MB) | -31.1% | | `strip` + `lto` + `codegen` | 18971160 (19.97MB) | -31.3% | Closes crate-ci#738.
- Loading branch information