Skip to content

Commit 14bf9bf

Browse files
authored
changes build type type to Release in ci-compile.yml
1 parent d6cc81e commit 14bf9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cmake --version
4141
4242
- name: Configure
43-
run: WITH_LLVM=1 cmake --preset Debug -B build -DCMAKE_CXX_STANDARD=${{ matrix.cpp_std }} -DWITH_LLVM=ON
43+
run: WITH_LLVM=1 cmake --preset Release -B build -DCMAKE_CXX_STANDARD=${{ matrix.cpp_std }} -DWITH_LLVM=ON
4444

4545
- name: Build
4646
run: WITH_LLVM=1 cmake --build build -j

0 commit comments

Comments
 (0)