diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-02 00:14:52 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-02 00:14:52 +0200 |
| commit | d0b6e0d1f15dccdda20940797a6d1e47ed4719b9 (patch) | |
| tree | 199afe963af5a95bd15a7ef1a1443e4314b240ab | |
| parent | f6ca8ee9fb5ef36aa11fb894fc6fc1111960503a (diff) | |
build debug by default
| -rwxr-xr-x | build_single.sh | 2 |
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} |
