Increase debian build parallelism.

This commit is contained in:
Adam Ierymenko 2020-09-30 17:39:15 -07:00
parent bb45f9ca3c
commit d7e5a92fe6

2
debian/rules vendored
View File

@ -7,7 +7,7 @@ CXXFLAGS=-O3 -fstack-protector-strong
dh $@ --with systemd
override_dh_auto_build:
make -j 4
make -j
override_dh_systemd_start:
dh_systemd_start --restart-after-upgrade