From caf5f89bcbf45f383ea2562cec3527a5f0f58bbf Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 13 Nov 2000 04:17:00 +0000 Subject: [PATCH] Do a strip --strip-unneeded on the .tmp.o file to reduce disk usage. --- Make.rules.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Make.rules.in b/Make.rules.in index 8b7af95a896..21922e8ca8b 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -193,6 +193,7 @@ all: Makefile $(MODULE).tmp.o: $(OBJS) Makefile.in $(LDCOMBINE) $(OBJS) -o $@ + -strip --strip-unneeded $@ # Rule for main module spec file