Skip to content

Commit

Permalink
Ensure benchmark is build using libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Sep 9, 2024
1 parent 6c5e64a commit 0063ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/install-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ do
-DCMAKE_CXX_COMPILER=${CXX} \
-DCMAKE_CXX_STANDARD=${STD} \
-DCMAKE_INSTALL_PREFIX=${PREFIX} \
-DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -Wno-error=shadow" \
-DCMAKE_BUILD_TYPE=Release \
-DHAVE_STD_REGEX=ON \
-DBENCHMARK_ENABLE_TESTING=NO \
-DCMAKE_CXX_FLAGS="-Wno-error=shadow" \
-DCMAKE_VERBOSE_MAKEFILE=yes \
-S benchmark_src \
-G Ninja &&
cmake --build build && cmake --install build && rm -r build
Expand Down

0 comments on commit 0063ca5

Please sign in to comment.