From c827fba304de4e0fae4e04d4854f18127351ba23 Mon Sep 17 00:00:00 2001 From: Mark Callow Date: Fri, 2 Aug 2024 23:23:19 +0900 Subject: [PATCH] Reinstate Debug build now cache is repopulated. --- 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