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

[no changelog]
mmilata/blob-doc
grdddj 4 months ago committed by Jiří Musil
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…
Cancel
Save