Package: src:cppcheck Severity: wishlist Tags: patch Please allow parallel building for cppcheck as it will help a lot on slow architectures so that they can utilize the advantage of being many core systems.
Best, Aron
diff -ru cppcheck-1.69/debian/rules cppcheck/debian/rules --- cppcheck-1.69/debian/rules 2014-08-04 03:57:39.000000000 +0800 +++ cppcheck/debian/rules 2015-06-14 03:30:28.205562679 +0800 @@ -38,4 +38,4 @@ %: - dh $@ + dh $@ --parallel

