summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kde/kde.options2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/kde.options b/kde/kde.options
index 1125561..ac89033 100644
--- a/kde/kde.options
+++ b/kde/kde.options
@@ -47,7 +47,7 @@ fi
# Use this to set the number of parallel make jobs:
if [ -z "$NUMJOBS" ]; then
- export NUMJOBS="-j7"
+ export NUMJOBS="-j$(nproc)"
fi
# Additional cmake flags that are spanned across the KDE modules