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 09ca6e5 commit 138359dCopy full SHA for 138359d
.github/workflows/test.yml
@@ -143,4 +143,4 @@ jobs:
143
144
- name: Build and Test with MinGW
145
run: |
146
- make CC=gcc CFLAGS="-std=c11 -march=native" test
+ make CC=gcc CFLAGS="-std=c11 -g -march=native" test
0 commit comments