From 029a28a0d33f6bf9a6c2f5cb9ff8cd7f70f0a867 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Mon, 6 Mar 2023 22:50:33 +0100 Subject: [PATCH] Added NUMPROC option to clang-tidy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8135a982..6fa445bc 100644 --- a/Makefile +++ b/Makefile @@ -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: