From 79ffa4d4c8e75f27678a2fce374e9a6825daa12a Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sun, 18 Dec 2016 17:36:22 +0000 Subject: Enable parallel build --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index d6afdc16d..4b88cc4b7 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,9 @@ MULTIARCH_INSTALL = debian/netdata.postinst override_dh_auto_configure: dh_auto_configure -- --with-math +override_dh_auto_build: + dh_auto_build --parallel + $(MULTIARCH_INSTALL): % : %.in sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' $< > $@ -- cgit v1.2.3