mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 05:03:07 +00:00
chore(legacy): initialize automatic variables to zero
[no changelog]
This commit is contained in:
parent
756d250015
commit
82e62cf41c
@ -189,6 +189,8 @@ else
|
||||
CFLAGS += -DDEBUG_T1_SIGNATURES=0
|
||||
endif
|
||||
|
||||
../vendor/trezor-crypto/%.o: CFLAGS += -ftrivial-auto-var-init=zero
|
||||
|
||||
all: $(NAME).bin
|
||||
|
||||
openocd:
|
||||
|
Loading…
Reference in New Issue
Block a user