diff --git a/include/ircd/spirit.h b/include/ircd/spirit.h index a21e675b9..a13ded255 100644 --- a/include/ircd/spirit.h +++ b/include/ircd/spirit.h @@ -22,6 +22,10 @@ // this becomes the single leading precompiled header. #include +// Disables asserts in spirit headers even when we're NDEBUG due to +// some false asserts around boolean character tests in spirit. +#define BOOST_DISABLE_ASSERTS + #pragma GCC visibility push(default) #include #include