summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
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' $< > $@