Skip to content

Commit 007725d

Browse files
committed
meow
1 parent bb843ec commit 007725d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ jobs:
2121
uses: actions/[email protected]
2222
with:
2323
name: WhatIsHappening
24-
path: build/main.exe
24+
path: |
25+
build/main.exe
26+
build/main.pdb

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
22
set libs_win=user32.lib gdi32.lib OpenGL32.lib
3-
cl /nologo -Iinclude src\main.c /Fe./build/main.exe -Fo./build/main.obj
3+
cl /nologo -Iinclude src\main.c /Zi /Fe./build/main.exe -Fo./build/main.obj

0 commit comments

Comments
 (0)