Skip to content

Commit 553e603

Browse files
committed
windows without lto
1 parent a3d7066 commit 553e603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
version: 12.2.0
4040
platform: x64
41-
- run: make windows TARGET=test
41+
- run: make windows TARGET=test OPT='-O2'
4242
- run: cat build/test/diff.txt
4343
- uses: actions/upload-artifact@v4
4444
with:

0 commit comments

Comments
 (0)