Explorar el Código

Another build speedup.

Adam Ierymenko hace 3 años
padre
commit
06125c48bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

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