mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-25 10:18:45 +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
|
CFLAGS += -DDEBUG_T1_SIGNATURES=0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
../vendor/trezor-crypto/%.o: CFLAGS += -ftrivial-auto-var-init=zero
|
||||||
|
|
||||||
all: $(NAME).bin
|
all: $(NAME).bin
|
||||||
|
|
||||||
openocd:
|
openocd:
|
||||||
|
Loading…
Reference in New Issue
Block a user