diff options
author | Jeff Epler <jepler@unpythonic.net> | 2025-09-21 08:47:09 -0500 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-09-26 14:38:05 +1000 |
commit | 7e5c55dc2f36022100fda3dc09063c4704251a12 (patch) | |
tree | bf1c9962e855bf8c4cb75d835352b6468e9282ec /lib/memzip/memzip.c | |
parent | 70c4ffa77081385df6401be80d5b2e640a2ca976 (diff) |
py/mkrules.mk: Add %.sz rule to print size of an object file.
It's frequently the case that a developer will want to compare the object
code size of various alternatives. When this can be done at the single
object code level, the turnaround is faster.
Provide a rule `$(BUILD)/%.sz` to print the size of a given object.
Because it is a normal Makefile target that depends on an object file, it
rebuilds the object file if needed.
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
Diffstat (limited to 'lib/memzip/memzip.c')
0 files changed, 0 insertions, 0 deletions