diff options
-rwxr-xr-x | tools/pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pre-commit b/tools/pre-commit index f9a872f3..0b526c0d 100755 --- a/tools/pre-commit +++ b/tools/pre-commit @@ -47,6 +47,6 @@ then fi # Finally, (re)build this proposed source tree and see if it passes muster. -nice -n 20 make check +nice -n 20 make -j3 check exit 0 |