Skip to content

Commit 4f5ab3b

Browse files
committed
[CI] Set up Release build type for all platforms
1 parent 7cb0218 commit 4f5ab3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Configure CMake
3535
working-directory: cpp
3636
run: |
37-
cmake . -DUSE_BACKEND=OPENCL -DNO_GIT_REVISION=1
37+
cmake . -DUSE_BACKEND=OPENCL -DNO_GIT_REVISION=1 -DCMAKE_BUILD_TYPE=Release
3838
3939
- name: Build
4040
working-directory: cpp
@@ -78,7 +78,7 @@ jobs:
7878
- name: Configure CMake
7979
working-directory: cpp
8080
run: |
81-
cmake . -G Ninja -DUSE_BACKEND=OPENCL -DNO_GIT_REVISION=1
81+
cmake . -G Ninja -DUSE_BACKEND=OPENCL -DNO_GIT_REVISION=1 -DCMAKE_BUILD_TYPE=Release
8282
- name: Build
8383
working-directory: cpp
8484
run: |

0 commit comments

Comments
 (0)