Skip to content

Commit

Permalink
add abi compat flag
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed May 10, 2024
1 parent 885baa4 commit bfdfd96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/cloudbuild/builds/clang-tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ fi
# require a newer C++ standard.
io::run cmake "${cmake_args[@]}" \
-DCMAKE_CXX_CLANG_TIDY=/usr/local/bin/clang-tidy-wrapper \
-DGOOGLE_CLOUD_CPP_ENABLE_CLANG_ABI_COMPAT_17=ON \
-DCMAKE_CXX_STANDARD=14 \
-DGOOGLE_CLOUD_CPP_ENABLE_EXAMPLES=ON \
-DGOOGLE_CLOUD_CPP_ENABLE="${ENABLED_FEATURES}" \
Expand Down

0 comments on commit bfdfd96

Please sign in to comment.