bitcoin/contrib/guix/libexec
fanquake f2b5b0a3b4
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.
2020-04-12 18:38:00 +08:00
..
build.sh build: add linker optimization flags to guix 2020-04-12 18:38:00 +08:00