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 3e3aee7 commit 34da54eCopy full SHA for 34da54e
.github/build.bat
@@ -2,6 +2,6 @@
2
3
mkdir build
4
cmake -Bbuild %*
5
-cmake --build build --config Debug
+cmake --build build --config Release
6
7
-if errorlevel 1 exit /b %ERRORLEVEL%
+if errorlevel 1 exit /b %ERRORLEVEL%
0 commit comments