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 bb843ec commit 007725dCopy full SHA for 007725d
.github/workflows/main.yml
@@ -21,4 +21,6 @@ jobs:
21
uses: actions/[email protected]
22
with:
23
name: WhatIsHappening
24
- path: build/main.exe
+ path: |
25
+ build/main.exe
26
+ build/main.pdb
build.bat
@@ -1,3 +1,3 @@
1
@echo off
2
set libs_win=user32.lib gdi32.lib OpenGL32.lib
3
-cl /nologo -Iinclude src\main.c /Fe./build/main.exe -Fo./build/main.obj
+cl /nologo -Iinclude src\main.c /Zi /Fe./build/main.exe -Fo./build/main.obj
0 commit comments