mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Add -DARENA_DEBUG
flag
This commit is contained in:
parent
a901879764
commit
3cc35ea470
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user