From 72be6e638edfdf17f691d12d543572a5743f985a Mon Sep 17 00:00:00 2001 From: Matthew Maxwell Date: Thu, 21 Nov 2024 17:50:39 -0600 Subject: [PATCH] Change default build type to release --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index f1ae450..6403c4a 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -7,7 +7,7 @@ start_time=$(date +%s) COPY_BUILD_STEP=false DAW_TO_OPEN= REMOVE_PREV_BUILD=false -BUILD_TYPE=Debug +BUILD_TYPE=Release COMPANY_NAME="Black Box Audio" PLUGIN_NAME=Rotor