mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-05 13:01:12 +00:00
chore(crypto): initialize automatic variables to zero
This commit is contained in:
parent
9a4215581e
commit
bfbb6f8685
@ -59,6 +59,10 @@ CFLAGS += $(OPTFLAGS) \
|
|||||||
-Wno-missing-braces \
|
-Wno-missing-braces \
|
||||||
-Werror
|
-Werror
|
||||||
|
|
||||||
|
ifneq ($(FUZZER),1) # This can be removed once the fuzzer machine uses at least clang 16
|
||||||
|
CFLAGS += -ftrivial-auto-var-init=zero
|
||||||
|
endif
|
||||||
|
|
||||||
ZKP_CFLAGS = \
|
ZKP_CFLAGS = \
|
||||||
-DECMULT_GEN_PREC_BITS=4 \
|
-DECMULT_GEN_PREC_BITS=4 \
|
||||||
-DECMULT_WINDOW_SIZE=8 \
|
-DECMULT_WINDOW_SIZE=8 \
|
||||||
|
Loading…
Reference in New Issue
Block a user