aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-08-31 11:43:48 +0800
committerfanquake <fanquake@gmail.com>2021-08-31 11:43:48 +0800
commit76f031b050a4bca093845d45e0d05f56d7242ae1 (patch)
treeb380492a8f9e9fb6fb14a60322c3ea755c599e06 /.gitignore
parent7be143a960e2bb9ac81144f55c45731c1bb209c5 (diff)
downloadbitcoin-76f031b050a4bca093845d45e0d05f56d7242ae1.tar.xz
build: fix unoptimized libraries in depends
We need to append-to rather than set CXXFLAGS, otherwise we loose -O2 & -pipe. Currently this results in zeromq being built without optimizations at all (or whatever the compiler would default too, essentially always -O0). Bdb is the same, for the CXX portion of its code. C code has been built with -O2. Boost has actually been uneffected because it receives -O3 from it's own build flags.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions