Skip to content

Commit

Permalink
CI: Pass to -march=native to the compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Jun 14, 2024
1 parent b764206 commit d7d5990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
CXX="${{ matrix.cxx_compiler.cxx }}" cmake .. \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/installed \
-DCMAKE_CXX_FLAGS="-march=native" \
-DSTATIC_ANALYSIS=${STATIC_ANALYSIS} \
-DTESTS=ON \
-DEXAMPLES=ON \
Expand Down

0 comments on commit d7d5990

Please sign in to comment.