Skip to content

Commit

Permalink
Actions: remove /arch:AVX2 flag
Browse files Browse the repository at this point in the history
So Win-64 build can run again on non super modern CPUs. Well, can't always win.
  • Loading branch information
JNechaevsky committed Jan 5, 2025
1 parent b3adac5 commit b5fc19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
-DENABLE_LTO=ON `
-DVCPKG_TARGET_TRIPLET="x64-windows-static-release" `
-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded `
-DCMAKE_C_FLAGS_RELEASE="/MT /O2 /Ob2 /DNDEBUG /GL /Oy /arch:AVX2" `
-DCMAKE_C_FLAGS_RELEASE="/MT /O2 /Ob2 /DNDEBUG /GL /Oy" `
-DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}\vcpkg\scripts\buildsystems\vcpkg.cmake
- name: Build
Expand Down

0 comments on commit b5fc19a

Please sign in to comment.