Browse Source

Another build speedup.

Adam Ierymenko 3 years ago
parent
commit
06125c48bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

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