Commit 615d5b9
committed
chore(ci): pass
Turns out `-Copt-level=z` is quite effective for this test suite.
A local test result with `--target qemu_mps2_an385` is shown below.
Before:
| Name | `.text` | `.data` | `.bss` |
|-------|---------|---------|--------|
| (Min) | 3696 | 16 | 96 |
| (Max) | 13920 | 220 | 12408 |
After:
| Name | `.text` | `.data` | `.bss` |
|-------|---------|---------|--------|
| (Min) | 3356 | 16 | 96 |
| (Max) | 8940 | 220 | 12408 |-Ccodegen-units=1 -Copt-level=z when compiling for size reports1 parent c0299a3 commit 615d5b9
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
0 commit comments