Skip to content

Commit

Permalink
Compile with /Zi
Browse files Browse the repository at this point in the history
  • Loading branch information
swenson committed Feb 9, 2024
1 parent 1aa9418 commit 2d12a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup cl
uses: ilammy/msvc-dev-cmd@v1
- name: Compile stresstest
run: cl stresstest.c
run: cl /Zi stresstest.c
- shell: bash
run: ls
- shell: bash
Expand Down

0 comments on commit 2d12a3f

Please sign in to comment.