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 d018db9 commit 0d01272Copy full SHA for 0d01272
configure.ac
@@ -1435,6 +1435,9 @@ if test "$use_boost" = "yes"; then
1435
AC_MSG_ERROR([only libbitcoinconsensus can be built without Boost])
1436
fi
1437
1438
+ dnl we don't use multi_index serialization
1439
+ BOOST_CPPFLAGS="$BOOST_CPPFLAGS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION"
1440
+
1441
if test "$suppress_external_warnings" != "no"; then
1442
BOOST_CPPFLAGS=SUPPRESS_WARNINGS($BOOST_CPPFLAGS)
1443
0 commit comments