Add -DARENA_DEBUG flag

This commit is contained in:
UdjinM6 2020-10-22 20:45:27 +03:00 committed by pasta
parent a901879764
commit 3cc35ea470
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -63,7 +63,7 @@ elif [ "$BUILD_TARGET" = "linux64" ]; then
export HOST=x86_64-unknown-linux-gnu export HOST=x86_64-unknown-linux-gnu
export DEP_OPTS="NO_UPNP=1 DEBUG=1" export DEP_OPTS="NO_UPNP=1 DEBUG=1"
export BITCOIN_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports --enable-stacktraces" export BITCOIN_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports --enable-stacktraces"
export CPPFLAGS="-DDEBUG_LOCKORDER -DENABLE_DASH_DEBUG" export CPPFLAGS="-DDEBUG_LOCKORDER -DENABLE_DASH_DEBUG -DARENA_DEBUG"
export PYZMQ=true export PYZMQ=true
export RUN_UNITTESTS=true export RUN_UNITTESTS=true
export RUN_INTEGRATIONTESTS=true export RUN_INTEGRATIONTESTS=true