diff options
author | Damien George <damien.p.george@gmail.com> | 2019-09-12 22:14:51 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-09-17 11:43:52 +1000 |
commit | b45f9de8096f37a5f588f833e6b6a00b59e67e3f (patch) | |
tree | 153d510e910fb75af0a15cb70f938d16288fbb9c /ports/esp32/esp32_ulp.c | |
parent | ac112f88d0496d33a9195ace02ed3928fcb015d3 (diff) |
bare-arm, minimal: Set CSUPEROPT=-Os to get minimal firmware size.
This option affects py/vm.c and py/gc.c and using -Os gets them compiling a
bit smaller, and small firmware is the aim of these two ports. Also,
having these files compiled with -Os on these ports, and -O3 as the default
on other ports, gives a better understanding of code-size changes when
making changes to these files.
Diffstat (limited to 'ports/esp32/esp32_ulp.c')
0 files changed, 0 insertions, 0 deletions