Skip to content

Commit

Permalink
Compile with extra flags on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
swenson committed Feb 13, 2024
1 parent d356fa4 commit 28ec087
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 /Zi stresstest.c
run: cl /Zi /DDSET_SORT_EXTRA stresstest.c
- shell: bash
run: ls
- shell: bash
Expand Down

0 comments on commit 28ec087

Please sign in to comment.