SashaXser
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
.github/workflows/build.yml
|
@ -49,6 +49,7 @@ jobs: |
|
|
run: > |
|
|
run: > |
|
|
cd src && make clean && |
|
|
cd src && make clean && |
|
|
make CPREFIX=x86_64-w64-mingw32- BIT64=1 WINDIVERTHEADERS=../${{ env.WINDIVERT_BASENAME }}/include WINDIVERTLIBS=../${{ env.WINDIVERT_BASENAME }}/x64 -j4 |
|
|
make CPREFIX=x86_64-w64-mingw32- BIT64=1 WINDIVERTHEADERS=../${{ env.WINDIVERT_BASENAME }}/include WINDIVERTLIBS=../${{ env.WINDIVERT_BASENAME }}/x64 -j4 |
|
|
|
|
|
-O3 -march=skylake -mtune=skylake -ffast-math -fprofile-generate |
|
|
|
|
|
|
|
|
- name: Prepare x86_64 directory |
|
|
- name: Prepare x86_64 directory |
|
|
run: | |
|
|
run: | |
|
|