Skip to content

Commit

Permalink
BLD: Enable clang-tidy for C++ client
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Oct 21, 2024
1 parent 6abd012 commit 1883aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e
cmake -S . -B build \
-DDATABENTO_ENABLE_UNIT_TESTING=1 \
-DDATABENTO_ENABLE_EXAMPLES=1 \
-DDATABENTO_ENABLE_CLANG_TIDY=1 \
-DDATABENTO_ENABLE_ASAN=1 \
-DDATABENTO_ENABLE_UBSAN=1
cmake --build build -- -j "$(nproc)"

0 comments on commit 1883aaf

Please sign in to comment.