Commit 4dc7c564 authored by Paul Sokolovsky's avatar Paul Sokolovsky

py/mkrules.mk: Show frozen modules sizes together with executable size.

This works for Unix and similar ports so far.
parent ca582675
...@@ -135,7 +135,7 @@ $(PROG): $(OBJ) ...@@ -135,7 +135,7 @@ $(PROG): $(OBJ)
ifndef DEBUG ifndef DEBUG
$(Q)$(STRIP) $(STRIPFLAGS_EXTRA) $(PROG) $(Q)$(STRIP) $(STRIPFLAGS_EXTRA) $(PROG)
endif endif
$(Q)$(SIZE) $(PROG) $(Q)$(SIZE) $$(find $(BUILD)/build -name "frozen*.o") $(PROG)
clean: clean-prog clean: clean-prog
clean-prog: clean-prog:
......
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