change Debug to Release

This commit is contained in:
Bill Butler 2017-05-27 17:58:30 -04:00 committed by PBSA Github Manager
parent 851c52d1cc
commit 1396065321

View file

@ -14,7 +14,7 @@ and then proceed with:
git clone https://github.com/pbsa/peerplays.git
cd peerplays
git submodule update --init --recursive
cmake -DCMAKE_BUILD_TYPE=Debug .
cmake -DCMAKE_BUILD_TYPE=Release .
make
./programs/witness_node/witness_node