mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-29 04:08:46 +00:00
![]() 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] |
||
---|---|---|
.. | ||
mpconfigport.h |