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 fdb82a3 commit 06e18e0Copy full SHA for 06e18e0
configure.ac
@@ -1455,6 +1455,10 @@ if test "$use_boost" = "yes"; then
1455
dnl we don't use multi_index serialization
1456
BOOST_CPPFLAGS="$BOOST_CPPFLAGS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION"
1457
1458
+ if test "$enable_debug" = "yes" || test "$enable_fuzz" = "yes"; then
1459
+ BOOST_CPPFLAGS="$BOOST_CPPFLAGS -DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE"
1460
+ fi
1461
+
1462
if test "$suppress_external_warnings" != "no"; then
1463
BOOST_CPPFLAGS=SUPPRESS_WARNINGS($BOOST_CPPFLAGS)
1464
fi
0 commit comments