summaryrefslogtreecommitdiff
path: root/tests/inlineasm/asmargs.py
diff options
context:
space:
mode:
authorJeff Epler <jepler@unpythonic.net>2025-09-21 08:47:09 -0500
committerDamien George <damien@micropython.org>2025-09-26 14:38:05 +1000
commit7e5c55dc2f36022100fda3dc09063c4704251a12 (patch)
treebf1c9962e855bf8c4cb75d835352b6468e9282ec /tests/inlineasm/asmargs.py
parent70c4ffa77081385df6401be80d5b2e640a2ca976 (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 'tests/inlineasm/asmargs.py')
0 files changed, 0 insertions, 0 deletions