commit | caf5f89bcbf45f383ea2562cec3527a5f0f58bbf | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Nov 13 04:17:00 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Nov 13 04:17:00 2000 +0000 |
tree | 582638433986fd9d629aa4eac1a80ac23c8eecea | |
parent | 8c540c657ebceb0d86094e3ca3fe3ba40163063f [diff] |
Do a strip --strip-unneeded on the .tmp.o file to reduce disk usage.
diff --git a/Make.rules.in b/Make.rules.in index 8b7af95..21922e8 100644 --- a/Make.rules.in +++ b/Make.rules.in
@@ -193,6 +193,7 @@ $(MODULE).tmp.o: $(OBJS) Makefile.in $(LDCOMBINE) $(OBJS) -o $@ + -strip --strip-unneeded $@ # Rule for main module spec file