From b7ab1953034061d97d527a9bd7561e900d73590d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 31 Dec 2025 17:14:40 -0500 Subject: Unstrip --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index bd690c18..71a692d1 100644 --- a/Makefile +++ b/Makefile @@ -141,10 +141,6 @@ $(BUILD_DIR)/bin/$(EXE_FILE): $(STDLIB_OBJS) $(COMPILER_OBJS) build/gc/lib/libgc $(BUILD_DIR)/lib/$(AR_FILE): $(STDLIB_OBJS) build/gc/lib/libgc.a build/unistring/lib/libunistring.a build/gmp/lib/libgmp.a | $(BUILD_DIR)/lib $(CC) -no-pie -r -nostdlib $^ -o libtomo.o - strip --strip-all --strip-unneeded --remove-section=.comment \ - --remove-section=.note --remove-section=.note.gnu.build-id \ - --remove-section=.eh_frame --remove-section=.eh_frame_hdr \ - --remove-section=.gnu_debuglink libtomo.o ar rcs $@ libtomo.o rm -f libtomo.o -- cgit v1.2.3