CachyOS / CachyOS/distribution
Provide rust packages with -C codegen-units=1
Open
enhancement
- Dominant language
- No language data
- Stars
- 27
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
RUSTFLAGS+=" -C codegen-units=1" makes binary smaller than default (16).
It makes build time longer on multi core system. But if build server is already building many packages at the same time, it may not disadvantage and have a chance to get more optimization.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.