Skip to content

Commit

Permalink
Added DCMAKE_CXX_FLAGS in the CI build job
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatliar committed Sep 19, 2024
1 parent ee05ac5 commit e9034c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
cmake -B ${{github.workspace}}/build \
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
-DCMAKE_CXX_COMPILER=clang++-18 \
-DCMAKE_CXX_FLAGS="-mfma -mavx -mavx2 -DXSIMD_DEFAULT_ARCH=\"fma3<avx2>\"" \
-DBLAST_WITH_BENCHMARK=ON \
-DBLAST_WITH_TEST=ON
Expand Down

0 comments on commit e9034c1

Please sign in to comment.