update script to default build compiler in release mode

This commit is contained in:
2024-11-24 18:39:04 -05:00
parent 4f80bf7ebd
commit 1a4d6dbaf8
+1 -1
View File
@@ -5,6 +5,6 @@ $path_root = git rev-parse --show-toplevel
Push-Location $path_root
& build.bat
& build.bat release
Pop-Location