Skip to content

Commit

Permalink
chore(Makefile): increase verbosity for clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Dec 19, 2023
1 parent afc31ea commit 78a55a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ clang-format: clang-format-install

clang-tidy: clang-tidy-install cmake-configure
clang-tidy --version
clang-tidy -p=cmake-build-debug $(CXX_FILES)
clang-tidy --extra-args=-v -p=cmake-build-debug $(CXX_FILES)

# Documentation

Expand Down

0 comments on commit 78a55a5

Please sign in to comment.