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

This works for Unix and similar ports so far.
pull/3256/head
Paul Sokolovsky 2017-08-06 15:42:37 +03:00
rodzic ca582675e1
commit 4dc7c5649b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -135,7 +135,7 @@ $(PROG): $(OBJ)
ifndef DEBUG
$(Q)$(STRIP) $(STRIPFLAGS_EXTRA) $(PROG)
endif
$(Q)$(SIZE) $(PROG)
$(Q)$(SIZE) $$(find $(BUILD)/build -name "frozen*.o") $(PROG)
clean: clean-prog
clean-prog: