Added NUMPROC option to clang-tidy

This commit is contained in:
Bartek Kryza
2023-03-06 22:50:33 +01:00
parent 8f99e2fc2f
commit 029a28a0d3

View File

@@ -122,7 +122,7 @@ format:
.PHONY: debug_tidy
tidy: debug_tidy
run-clang-tidy-15 -p debug_tidy ./src
run-clang-tidy-15 -j $(NUMPROC) -p debug_tidy ./src
.PHONY: check-formatting
check-formatting: