From 748d7041081b049f6274fdf41e42588e6105e84e Mon Sep 17 00:00:00 2001 From: Xiaoguang Xing Date: Wed, 25 Dec 2024 14:16:07 +0800 Subject: [PATCH] makefile: remove linker garbage collection print See commmit 0171cfc("Makefile: enable --gc-sections"). Signed-off-by: Xiaoguang Xing --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 419ce66b..bb233cc1 100644 --- a/Makefile +++ b/Makefile @@ -427,7 +427,6 @@ DTSCPPFLAGS = $(CPPFLAGS) -nostdinc -nostdlib -fno-builtin -D__DTS__ -x assemble ifneq ($(DEBUG),) CFLAGS += -O0 -ELFFLAGS += -Wl,--print-gc-sections else CFLAGS += -O2 endif