py/mkrules.mk: Show frozen modules sizes together with executable size.
This works for Unix and similar ports so far.
This commit is contained in:
parent
ca582675e1
commit
4dc7c5649b
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user