From 4064e9943504b2618358041cd9821d0d3f885e4e Mon Sep 17 00:00:00 2001 From: Mark Callow Date: Tue, 24 Sep 2024 12:55:29 +0900 Subject: [PATCH] Reenable debug build. --- scripts/build_macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_macos.sh b/scripts/build_macos.sh index b4555fa7e5..bd616ebcf5 100755 --- a/scripts/build_macos.sh +++ b/scripts/build_macos.sh @@ -113,7 +113,7 @@ IFS=, ; for config in $CONFIGURATION do IFS=$oldifs # Because of ; IFS set above will still be present. # Build and test - if [ "$config" = "Debug" ]; then continue; fi + #if [ "$config" = "Debug" ]; then continue; fi echo "Build KTX-Software (macOS $ARCHS $config)" if [ -n "$MACOS_CERTIFICATES_P12" -a "$config" = "Release" ]; then cmake --build . --config $config | handle_compiler_output