Skip to content

Commit

Permalink
Build type for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
afd committed Oct 10, 2022
1 parent d2baad5 commit 00f153e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ case "$(uname)" in
;;

"MINGW"*|"MSYS_NT"*)
cmake -G Ninja -DCMAKE_C_COMPILER=cl.exe -DCMAKE_CXX_COMPILER=cl.exe -DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" -S llvm -B "${BUILD_DIR}" -DLLVM_ENABLE_PROJECTS="clang"
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=cl.exe -DCMAKE_CXX_COMPILER=cl.exe -DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" -S llvm -B "${BUILD_DIR}" -DLLVM_ENABLE_PROJECTS="clang"
;;

*)
Expand Down

0 comments on commit 00f153e

Please sign in to comment.