summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42430688225e..438d33d1cdb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -275,6 +275,7 @@ fi
# Please note that incremental compilation implies that you
# are reusing your src directory!
#
+ # use 12 threads to compile
if [[ $FAST_BOOT == "YES" ]]; then
make -j12 NATIVE_FAST_BOOT=1
else