diff options
author | Sven Gothel <[email protected]> | 2020-06-27 14:52:09 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-06-27 14:52:09 +0200 |
commit | eb7a8f627c0e1160eb199cd226185aeadb65683b (patch) | |
tree | eb39420e2e280c57f43b8cea9896380007e33a2a | |
parent | 83e0c7f75b4206701c1b9c62ebd4282f50f92a31 (diff) |
Build direct_bt with DEBUG symbols enabled .. for the time beingv2.1.8
-rw-r--r-- | scripts/build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index d32cc22d..98f1dae5 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -24,7 +24,8 @@ buildit() { rm -rf build-$archabi mkdir -p build-$archabi cd build-$archabi - cmake -DCMAKE_INSTALL_PREFIX=$rootdir/dist-$archabi -DBUILDJAVA=ON -DBUILDEXAMPLES=ON -DBUILD_TESTING=ON .. + # cmake -DCMAKE_INSTALL_PREFIX=$rootdir/dist-$archabi -DBUILDJAVA=ON -DBUILDEXAMPLES=ON -DBUILD_TESTING=ON .. + cmake -DCMAKE_INSTALL_PREFIX=$rootdir/dist-$archabi -DBUILDJAVA=ON -DBUILDEXAMPLES=ON -DBUILD_TESTING=ON -DDEBUG=ON .. make install test if [ $? -eq 0 ] ; then echo "BUILD SUCCESS $bname $archabi" |