chore(main/clvk): specify CMAKE_BUILD_TYPE for LLVM

Refer 350bdf9227
This commit is contained in:
Jia Yuan Lo 2022-05-22 15:42:30 +08:00 committed by Henrik Grimler
parent b7753e1204
commit 7bfbc14b8f
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ termux_step_host_build() {
cmake \
-G Ninja \
-S "$TERMUX_PKG_SRCDIR/external/clspv/third_party/llvm/llvm" \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_ENABLE_PROJECTS=clang
cmake \
--build "$TERMUX_PKG_HOSTBUILD_DIR" \