Skip to content

Commit 28ec087

Browse files
committed
Compile with extra flags on Windows
1 parent d356fa4 commit 28ec087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup cl
2828
uses: ilammy/msvc-dev-cmd@v1
2929
- name: Compile stresstest
30-
run: cl /Zi stresstest.c
30+
run: cl /Zi /DDSET_SORT_EXTRA stresstest.c
3131
- shell: bash
3232
run: ls
3333
- shell: bash

0 commit comments

Comments
 (0)