From 06125c48bc7aa8f45bdfcd71cbd692e254bd0377 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 30 Nov 2021 15:35:18 -0500 Subject: [PATCH] Another build speedup. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index deaa94da1..d48c96bfc 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ CXXFLAGS=-O3 -fstack-protector-strong dh $@ --with systemd override_dh_auto_build: - make -j4 + make -j`nproc` override_dh_systemd_start: dh_systemd_start --restart-after-upgrade