We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Release
1 parent 7cb0218 commit 4f5ab3bCopy full SHA for 4f5ab3b
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Configure CMake
35
working-directory: cpp
36
run: |
37
- cmake . -DUSE_BACKEND=OPENCL -DNO_GIT_REVISION=1
+ cmake . -DUSE_BACKEND=OPENCL -DNO_GIT_REVISION=1 -DCMAKE_BUILD_TYPE=Release
38
39
- name: Build
40
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
- cmake . -G Ninja -DUSE_BACKEND=OPENCL -DNO_GIT_REVISION=1
+ cmake . -G Ninja -DUSE_BACKEND=OPENCL -DNO_GIT_REVISION=1 -DCMAKE_BUILD_TYPE=Release
82
83
84
0 commit comments