chore: changed building to debug mode
This commit is contained in:
parent
129d5ebf86
commit
cf8f1d94a8
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ RUN \
|
|||
cd build/release && \
|
||||
cmake \
|
||||
-DBOOST_ROOT="$BOOST_ROOT" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_BUILD_TYPE=Debug \
|
||||
../.. && \
|
||||
make witness_node cli_wallet && \
|
||||
install -s programs/witness_node/witness_node programs/cli_wallet/cli_wallet /usr/local/bin && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue