Commit caf5f89b authored by Alexandre Julliard's avatar Alexandre Julliard

Do a strip --strip-unneeded on the .tmp.o file to reduce disk usage.

parent 8c540c65
......@@ -193,6 +193,7 @@ all: Makefile
$(MODULE).tmp.o: $(OBJS) Makefile.in
$(LDCOMBINE) $(OBJS) -o $@
-strip --strip-unneeded $@
# Rule for main module spec file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment