We have release{,-fast,-small} profiles currently. But release-fast is just a release + codegen-units=1 and codegen-units=1 is existing for performance optimization. So it is very strange name and a maintainance cost.
Blocked by rust-lang/rust#148670 .
If codegen-units=1 is really bad config for our situation, we should have only 1 profile tuned for performance.
We have release{,-fast,-small} profiles currently. But release-fast is just a release +
codegen-units=1andcodegen-units=1is existing for performance optimization. So it is very strange name and a maintainance cost.Blocked by rust-lang/rust#148670 .
If
codegen-units=1is really bad config for our situation, we should have only 1 profile tuned for performance.