Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Slim executables ```toml [profile.release] strip = true opt-level = "z" codegen-units = 1 lto = true ``` ## References - https://doc.rust-lang.org/stable/rustc/codegen-options/ - https://doc.rust-lang.org/rustc/profile-guided-optimization.html - https://github.com/johnthagen/min-sized-rust
- Loading branch information