Enable Link-Time Optimization (LTO) and codegen-units = 1
#348 · Rust · ★ 682 · Apache-2.0 · updated 3mo ago
Hi! I noticed that in the Cargo.toml file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always a good thing to have) and will likely improve the application's performance a bit. If you want to read…