1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-16 13:09:00 +00:00
trezor-firmware/core/embed/projects/unix
Roman Zeyde 7cdb0cf244 feat(vendor): update MicroPython to allow excluding line numbers from bytecode
Setting `MICROPY_ENABLE_SOURCE_LINE=0` helps reducing the debug firmware size by ~2%:
```
$ TREZOR_MODEL=T3T1 MICROPY_ENABLE_SOURCE_LINE=0 PYOPT=0 make -C core build_firmware
<snip>
           FLASH:     1,629,456 B      1664 KB     95.63%
```

Before this PR:
```
           FLASH:     1,662,224 B      1664 KB     97.55%
```

[no changelog]
2025-05-13 17:07:37 +03:00
..
main_main.c refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
main.c chore(core): update main_clean_exit comment 2025-04-24 16:26:36 +03:00
mpconfigport.h feat(vendor): update MicroPython to allow excluding line numbers from bytecode 2025-05-13 17:07:37 +03:00
profile.c refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
profile.h refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
version.h refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00