summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afaa8027cce6..e6f38a4c0c60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,8 @@ build()
# Disable RPATH usage with -R.
# Only use a single job (-j1) to prevent the same file being compiled simultaneously
# which results in build artifacts being overwritten.
- make -j1 PROCESSORS=1 GPRBUILD_SWITCHES=-R
+ #
+ make -j1 PROCESSORS=5 GPRBUILD_SWITCHES=-R
}