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.
1 parent 99255be commit fcb1f9aCopy full SHA for fcb1f9a
.github/workflows/cmake.yml
@@ -125,7 +125,7 @@ jobs:
125
shell: cmd
126
run: |
127
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
128
- cmake ${{github.workspace}} -G "NMake Makefiles"
+ cmake ${{github.workspace}} -G "NMake Makefiles" -DCMAKE_BUILD_TYPE:STRING=Release
129
130
- name: Build
131
working-directory: ${{github.workspace}}/build
0 commit comments