summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorErik Fleckstein2023-12-07 09:27:25 +0100
committerErik Fleckstein2023-12-07 09:27:25 +0100
commit17bd576096ec3c3a4bebb15433aa0014b0e91676 (patch)
treed7cf76c0d838410396f2c4bde8b2b4d6f0c9ed39 /PKGBUILD
parentaafa859cb75e7dac0bfcc5baf716e2a3a0de10ab (diff)
downloadaur-17bd576096ec3c3a4bebb15433aa0014b0e91676.tar.gz
Use all cores to compile brickd.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a606e3e78f1..a474137e66d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ sha256sums=('97f78d24921870717a6bb7c62e363f9d2afe82d7742a982536aa13e068092222'
install='brickd.install'
build() {
cd $srcdir/tinkerforge-$pkgname-$_pkgver/brickd
- make
+ make -j$(nproc)
}
package() {