Another build speedup.

This commit is contained in:
Adam Ierymenko 2021-11-30 15:35:18 -05:00
parent 8cda04cc98
commit 06125c48bc

2
debian/rules vendored
View File

@ -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