Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a single codegen-unit for compilation
as suggested in https://nnethercote.github.io/perf-book/build-configuration.html#codegen-units to achieve reproducible builds. It can also enhance optimizations of the produced binary. Fixes pop-os#230 This patch was done while working on reproducible builds for openSUSE, sponsored by the NLnet NGI0 fund.
- Loading branch information