summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-03-24 21:22:01 -0400
committerYour Name2018-03-24 21:22:01 -0400
commitd2013ac2926c549bf8bb9ede00cec4effe477397 (patch)
tree9f7909ce27f168fa671ae3d81758e6074c4124dd
parente68eabc2433d9850c05563931b55215a577640c6 (diff)
downloadaur-d2013ac2926c549bf8bb9ede00cec4effe477397.tar.gz
fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d0d97cc54e7..d3895703004f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ prepare() {
build() {
cd "$srcdir/$name"
- make CONFIG=release
+ make -j10 CONFIG=release
}
package() {