We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6392f9d + 8a4f43f commit a88a362Copy full SHA for a88a362
.github/workflows/wine.yml
@@ -80,8 +80,9 @@ jobs:
80
./configure \
81
CC='ccache gcc' \
82
x86_64_CC='ccache x86_64-w64-mingw32-gcc' \
83
- CFLAGS='-O3 -pipe -march=x86-64-v2' \
84
- CXXFLAGS='-O3 -pipe -march=x86-64-v2' \
+ CFLAGS='-O3 -pipe -march=x86-64-v2 -mpclmul -mavx' \
+ CXXFLAGS='-O3 -pipe -march=x86-64-v2 -mpclmul -mavx' \
85
+ CROSSCFLAGS='-O3 -pipe -march=x86-64-v2 -mpclmul -mavx' \
86
--prefix=${{ env.WINE_PREFIX }} \
87
--enable-win64 \
88
--host=x86_64 \
@@ -129,4 +130,4 @@ jobs:
129
130
uses: actions/upload-artifact@v4
131
with:
132
name: wine-vinegarhq-build-${{ env.WINE_VERSION }}
- path: ${{ env.WINE_ARCHIVE }}
133
+ path: ${{ env.WINE_ARCHIVE }}
0 commit comments