From 1a4d6dbaf88dd6c795dad52aab1fc9cf8b104658 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 24 Nov 2024 18:39:04 -0500 Subject: [PATCH] update script to default build compiler in release mode --- scripts/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index ed6af0c69..d10203545 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -5,6 +5,6 @@ $path_root = git rev-parse --show-toplevel Push-Location $path_root -& build.bat +& build.bat release Pop-Location