We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f452ff commit 3130bceCopy full SHA for 3130bce
projects/bitcoin-core/build.sh
@@ -37,6 +37,9 @@ fi
37
# export CXXFLAGS="$CXXFLAGS -flto=thin"
38
# export LDFLAGS="-flto=thin"
39
40
+# Use lld to workaround <module> referenced in <section> of /tmp/lto-llvm-*.o: defined in discarded section
41
+export LDFLAGS="-fuse-ld=lld"
42
+
43
export CPPFLAGS="-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG -DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE"
44
45
(
0 commit comments