From 9d3af8fa852ba5014ffdba89cbe41be84bb2e848 Mon Sep 17 00:00:00 2001 From: Christoph Muellner Date: Tue, 20 Mar 2018 11:04:51 +0100 Subject: arm64: Makefile: Add "-pipe" to CFLAGS to speed up the build. Signed-off-by: Christoph Muellner --- arch/arm64/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index 55fb91420ebc..a8f6aa92a144 100644 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -59,6 +59,9 @@ KBUILD_AFLAGS += $(call cc-option,-mabi=lp64) KBUILD_CFLAGS += $(call cc-ifversion, -ge, 0500, -DCONFIG_ARCH_SUPPORTS_INT128) +# Speed up the build +KBUILD_CFLAGS += -pipe + ifeq ($(CONFIG_CPU_BIG_ENDIAN), y) KBUILD_CPPFLAGS += -mbig-endian CHECKFLAGS += -D__AARCH64EB__ -- cgit v1.2.3