Browse Source

Another build speedup.

pull/2/head
Adam Ierymenko 4 years ago
parent
commit
06125c48bc
  1. 2
      debian/rules

2
debian/rules vendored

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

Loading…
Cancel
Save