Skip to content

Commit a88a362

Browse files
Merge pull request #2 from jrelvas-ipc/patch-1
Add CROSSCFLAGS optimizations and extra instructions
2 parents 6392f9d + 8a4f43f commit a88a362

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/wine.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ jobs:
8080
./configure \
8181
CC='ccache gcc' \
8282
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' \
83+
CFLAGS='-O3 -pipe -march=x86-64-v2 -mpclmul -mavx' \
84+
CXXFLAGS='-O3 -pipe -march=x86-64-v2 -mpclmul -mavx' \
85+
CROSSCFLAGS='-O3 -pipe -march=x86-64-v2 -mpclmul -mavx' \
8586
--prefix=${{ env.WINE_PREFIX }} \
8687
--enable-win64 \
8788
--host=x86_64 \
@@ -129,4 +130,4 @@ jobs:
129130
uses: actions/upload-artifact@v4
130131
with:
131132
name: wine-vinegarhq-build-${{ env.WINE_VERSION }}
132-
path: ${{ env.WINE_ARCHIVE }}
133+
path: ${{ env.WINE_ARCHIVE }}

0 commit comments

Comments
 (0)