default to release

This commit is contained in:
Scott E. Graves 2023-12-20 11:59:41 -06:00
parent 6f64fe02d5
commit 48ddff9e85
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,10 @@ BUILD_CLEAN=$2
IS_MINGW=$3
IS_WIN32=$4
if [[ -z "${BUILD_TYPE}" ]]; then
BUILD_TYPE=Release
fi
if [ "${IS_MINGW}" == "1" ] || [ "${IS_WIN32}" == "1" ]; then
BUILD_ROOT=build2
else

View File

@ -7,5 +7,4 @@ pacman -Sqyuu --noconfirm &&
mingw64/mingw-w64-x86_64-make \
mingw64/mingw-w64-x86_64-toolchain \
msys/git \
msys/mercurial \
make