Do a strip --strip-unneeded on the .tmp.o file to reduce disk usage.
This commit is contained in:
parent
8c540c657e
commit
caf5f89bcb
|
@ -193,6 +193,7 @@ all: Makefile
|
|||
|
||||
$(MODULE).tmp.o: $(OBJS) Makefile.in
|
||||
$(LDCOMBINE) $(OBJS) -o $@
|
||||
-strip --strip-unneeded $@
|
||||
|
||||
# Rule for main module spec file
|
||||
|
||||
|
|
Loading…
Reference in New Issue