From acb6f2db223487f2a80d7733ce91c735ff50302e Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Fri, 10 Jan 2020 17:11:09 -0600 Subject: Added flags make strip to reduce output size --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 986df97..b0c1996 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ install: mkdir -p $(DESTDIR)/opt/lora strip: - $(STRIP) $(BUILDDIR)/mts-io-sysfs + $(STRIP) -S --strip-unneeded --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag $(BUILDDIR)/mts-io-sysfs clean: -$(RM) $(OBJS) $(CPP_DEPPS) $(BUILDDIR)/mts-io-sysfs -- cgit v1.2.3