1
0
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:
Ondřej Vejpustek 2024-04-15 18:15:28 +02:00
parent 756d250015
commit 82e62cf41c

View File

@ -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: