From 8775db7e945552e4f23c429dde4ddf91d974a5a2 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Wed, 20 Mar 2024 22:45:38 +0100 Subject: fix: crash on linux also: make builds debug by default. --- build_single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_single.sh') diff --git a/build_single.sh b/build_single.sh index 34d03f1..bbb8ead 100755 --- a/build_single.sh +++ b/build_single.sh @@ -134,7 +134,7 @@ pushd libbridge mkdir -p build/${HOST_ABI} -p cd build/${HOST_ABI} - env CC="${CC}" CXX="${CXX}" cmake -DHOST_ABI=${HOST_ABI} ../.. + env CC="${CC}" CXX="${CXX}" cmake -DCMAKE_BUILD_TYPE=Debug -DHOST_ABI=${HOST_ABI} ../.. env CC="${CC}" CXX="${CXX}" make $NPROC popd -- cgit v1.2.3