Skip to content

components/rust: Enable thin-lto and set codegen-units=1

Jordan Petridis requested to merge alatiera/rust-lto into master

thin-lto 1 on rustc works well and has almost no impact on compile time. codegen_units=1 2 will be slower to compile but will produce faster code and smaller binaries.

Merge request reports