From 430e386b9e69bf3a71c0e2cc06b7094d53ab6501 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 20 Oct 2000 00:03:55 +0000 Subject: Strip all object files of all non global symbols and .note and .comment, saving a lot of space in the resultant binaries... -Erik --- libc/misc/ctype/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/misc/ctype/Makefile') diff --git a/libc/misc/ctype/Makefile b/libc/misc/ctype/Makefile index 128881f28..c77d49f69 100644 --- a/libc/misc/ctype/Makefile +++ b/libc/misc/ctype/Makefile @@ -38,6 +38,7 @@ ar-target: $(OBJS) $(MOBJ): $(MSRC) $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o + $(STRIPTOOL) -x -R .note -R .comment $*.o $(OBJS): Makefile -- cgit v1.2.3