Skip to content

Commit

Permalink
cppcheck: Enable parallelism to match Make call
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Apr 30, 2024
1 parent 03f4dbc commit f575417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/cppcheck.mk
Expand Up @@ -6,6 +6,7 @@ check-cppcheck: $(srcdir)
-q --template=gcc --error-exitcode=2 \
--library=$(top_srcdir)/build/cppcheck-geany-plugins.cfg \
-I$(GEANY_INCLUDEDIR)/geany \
$(filter -j%,$(MAKEFLAGS)) \
$(AM_CPPCHECKFLAGS) $(CPPCHECKFLAGS) \
$(srcdir)

Expand Down

0 comments on commit f575417

Please sign in to comment.