Source: knowthelist
Version: 2.3.0-1
Severity: wishlist
Tags: patch

Hi,

knowthelist seems to build fine with multiple build jobs when building.
Thus, my suggestion is to enable the parallel build (enabling it in
CDBS) to speed up the compilation when requested (see also
Policy ยง4.9.1).

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/qmake.mk
 
+DEB_BUILD_PARALLEL:=1
+
 HASQT5=$(shell qmake -qt5 -v > /dev/null 2>&1 && echo yes)
 
 ifeq ($(HASQT5),yes)

Reply via email to