Skip to content

Commit

Permalink
Silence simd warnings on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pansysk75 committed Oct 16, 2024
1 parent 9484458 commit 930e1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/lsu/env-clang-17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH

configure_extra_options+=" -DCMAKE_BUILD_TYPE=${build_type}"
configure_extra_options+=" -DHPX_WITH_CXX_STANDARD=${CXX_STD}"
configure_extra_options+=" -DCMAKE_CXX_FLAGS=-fopenmp"
configure_extra_options+=" -DCMAKE_CXX_FLAGS=-fopenmp -Wno-pass-failed ${CXXFLAGS}"
configure_extra_options+=" -DHPX_WITH_MALLOC=system"
configure_extra_options+=" -DHPX_WITH_FETCH_ASIO=ON"
configure_extra_options+=" -DHPX_WITH_COMPILER_WARNINGS=ON"
Expand Down

0 comments on commit 930e1b0

Please sign in to comment.