alfred: Allow parallel builds
authorSven Eckelmann <sven@narfation.org>
Sat, 19 Feb 2022 08:11:11 +0000 (09:11 +0100)
committerSven Eckelmann <sven@narfation.org>
Sat, 19 Feb 2022 08:11:11 +0000 (09:11 +0100)
The build system of this package is written in a way that it is safe to run
the make steps in parallel. The build time can be reduced slightly on
modern systems.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
alfred/Makefile

index aeb2c0081f47d32993c5b8538ad20af996c33cab..f0af528f716e804c08fdd903b828ec3ad0957591 100644 (file)
@@ -14,6 +14,8 @@ PKG_MAINTAINER:=Simon Wunderlich <sw@simonwunderlich.de>
 PKG_LICENSE:=GPL-2.0-only MIT
 PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT
 
+PKG_BUILD_PARALLEL:=1
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/alfred