Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Tue, 30 Apr 2024 20:39:36 UTC Commit: f575417d802973276b112aea231f5eabe6846c24 https://github.com/geany/geany-plugins/commit/f575417d802973276b112aea231f5e...
Log Message: ----------- cppcheck: Enable parallelism to match Make call
Modified Paths: -------------- build/cppcheck.mk
Modified: build/cppcheck.mk 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -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)
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).