We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90f6a4 commit 4c0430dCopy full SHA for 4c0430d
.github/workflows/ci.yml
@@ -83,11 +83,11 @@ jobs:
83
# Configure
84
- name: Configure (Unix)
85
if: matrix.os != 'windows-latest'
86
- run: cmake -S src -B build-Release -G Ninja
+ run: cmake -S src -B build-Release -G Ninja -DCMAKE_BUILD_TYPE=Release
87
88
- name: Configure (Windows)
89
if: matrix.os == 'windows-latest'
90
91
shell: pwsh
92
93
# Build
0 commit comments