1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 02:58:57 +00:00

fix(core): add debug feature to Rust in hardware build when PYOPT=0

[no changelog]
This commit is contained in:
grdddj 2024-02-12 16:45:59 +01:00 committed by Jiří Musil
parent 941408246c
commit 6142a39f20

View File

@ -720,7 +720,7 @@ def cargo_build():
features.append('ui')
features.append('translations')
if PYOPT == '0':
features.append('ui_debug')
features.append('debug')
features.extend(FEATURES_AVAILABLE)