Browse Source

Update build.yml

pull/319/head
SashaXser 2 years ago
committed by GitHub
parent
commit
cf05747e50
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/build.yml

5
.github/workflows/build.yml

@ -48,9 +48,8 @@ jobs:
- name: Compile x86_64
run: >
cd src && make clean &&
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
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
run: |
mkdir goodbyedpi_x86_64_${{ steps.vars.outputs.sha_short }}

Loading…
Cancel
Save