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