Skip to content

Commit

Permalink
chore(legacy): initialize automatic variables to zero
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
onvej-sl committed May 10, 2024
1 parent 756d250 commit 82e62cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions legacy/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 82e62cf

Please sign in to comment.