change Debug to Release
This commit is contained in:
parent
851c52d1cc
commit
1396065321
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ and then proceed with:
|
||||||
git clone https://github.com/pbsa/peerplays.git
|
git clone https://github.com/pbsa/peerplays.git
|
||||||
cd peerplays
|
cd peerplays
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
cmake -DCMAKE_BUILD_TYPE=Debug .
|
cmake -DCMAKE_BUILD_TYPE=Release .
|
||||||
make
|
make
|
||||||
./programs/witness_node/witness_node
|
./programs/witness_node/witness_node
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue