From 4b4bfec8a312132acc84b5166998d0cfa7c01931 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 18 May 2021 18:37:19 +0200 Subject: Improved entire building chain (especially debugging) --- apps/test/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/test') diff --git a/apps/test/Makefile b/apps/test/Makefile index 78a913d..e80b54b 100644 --- a/apps/test/Makefile +++ b/apps/test/Makefile @@ -5,6 +5,9 @@ OBJS = test.o fuzz.o all: $(OBJS) @mkdir -p $(BUILD)/apps/test/ @$(LD) -o $(BUILD)/apps/test/exec $(LDFLAGS) $^ -lc +ifeq ($(CONFIG_STRIP), true) + @$(ST) --strip-all $(BUILD)/apps/test/exec +endif clean: @$(RM) -f $(OBJS) -- cgit v1.2.3