Skip to content

Commit

Permalink
Use Debug build in build1.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 16, 2019
1 parent b6041a7 commit 3c62a4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
set -e
set -x

cmake -DCMAKE_INSTALL_PREFIX=`pwd` .
cmake \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=`pwd` \
.
cmake --build . --target install

0 comments on commit 3c62a4b

Please sign in to comment.