Debian build tweaks, and deparallelize Rust for higher order build parallelization.

This commit is contained in:
Adam Ierymenko 2022-01-21 17:27:07 -05:00
parent 63b36e8569
commit e31088aaf9
2 changed files with 4 additions and 4 deletions

2
debian/rules vendored
View file

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