diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-03-20 22:45:38 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-03-20 22:45:38 +0100 |
| commit | 8775db7e945552e4f23c429dde4ddf91d974a5a2 (patch) | |
| tree | decc60c515cc1ad1f59456d843fdbc5abf67d753 /build_single.sh | |
| parent | a857afee1cd33ce068691a110ca649145c433f0f (diff) | |
fix: crash on linux
also: make builds debug by default.
Diffstat (limited to 'build_single.sh')
| -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 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 |
