File superbitcoin-debug.patch of Package superbitcoin
--- src/p2p/net_processing.cpp 2018-11-29 21:25:50.407968868 +0100 +++ net_processing.cpp 2019-03-27 11:31:35.025295609 +0100 @@ -37,10 +37,6 @@ #include "chaincontrol/checkpoints.h" #include "chaincontrol/blockfilemanager.h" -#if defined(NDEBUG) -# error "Super Bitcoin cannot be compiled without assertions." -#endif - #define UNUSED(x) ((void)(x)) SET_CPP_SCOPED_LOG_CATEGORY(CID_P2P_NET); --- src/sbtccore/block/validation.cpp 2018-11-29 21:25:50.431968867 +0100 +++ validation.cpp 2019-03-27 11:36:02.851498078 +0100 @@ -51,10 +51,6 @@ #include <boost/algorithm/string/join.hpp> #include <boost/thread.hpp> -#if defined(NDEBUG) -# error "Bitcoin cannot be compiled without assertions." -#endif - SET_CPP_SCOPED_LOG_CATEGORY(CID_BLOCK_CHAIN); /**