summaryrefslogtreecommitdiff
path: root/build_single.sh
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-02 00:14:52 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-02 00:14:52 +0200
commitd0b6e0d1f15dccdda20940797a6d1e47ed4719b9 (patch)
tree199afe963af5a95bd15a7ef1a1443e4314b240ab /build_single.sh
parentf6ca8ee9fb5ef36aa11fb894fc6fc1111960503a (diff)
build debug by default
Diffstat (limited to 'build_single.sh')
-rwxr-xr-xbuild_single.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_single.sh b/build_single.sh
index a6e318d..c499e95 100755
--- a/build_single.sh
+++ b/build_single.sh
@@ -163,7 +163,7 @@ pushd $repo/contrib/depends
esac
popd
-buildType=Release
+buildType=Debug
rm -rf $repo/build/${HOST_ABI} 2>/dev/null || true
mkdir -p $repo/build/${HOST_ABI}