Skip to content

Commit 138359d

Browse files
committed
[test] adding -g for MinGW
1 parent 09ca6e5 commit 138359d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ jobs:
143143
144144
- name: Build and Test with MinGW
145145
run: |
146-
make CC=gcc CFLAGS="-std=c11 -march=native" test
146+
make CC=gcc CFLAGS="-std=c11 -g -march=native" test

0 commit comments

Comments
 (0)