Skip to content
Snippets Groups Projects
Commit caf5f89b authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

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

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