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:
parent
941408246c
commit
6142a39f20
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user