Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add linker optimization flags to guix
Any -O argument will enable optimizations in GNU ld. We can use -O2 here, as this matches our compile flags. Note that this would also enable additional optimizations if using the lld or gold linkers, when compared to -O0.
- Loading branch information