mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
fix(storage): Adapt to changing insecure PRNG to be opt-in.
This commit is contained in:
parent
877a236d74
commit
01edf3f796
@ -1,5 +1,11 @@
|
|||||||
CC = cc
|
CC = cc
|
||||||
CFLAGS = -Wall -Wshadow -Wextra -Wpedantic -Werror -Wno-missing-braces -fPIC -fsanitize=address,undefined -DTREZOR_MODEL_T
|
|
||||||
|
CFLAGS = -Wall -Wshadow -Wextra -Wpedantic -Werror -Wno-missing-braces
|
||||||
|
CFLAGS += -fPIC
|
||||||
|
CFALGS += -fsanitize=address,undefined
|
||||||
|
CFLAGS += -DTREZOR_MODEL_T
|
||||||
|
CFLAGS += -DUSE_INSECURE_PRNG
|
||||||
|
|
||||||
LIBS =
|
LIBS =
|
||||||
INC = -I ../../../crypto -I ../.. -I .
|
INC = -I ../../../crypto -I ../.. -I .
|
||||||
BASE = ../../../
|
BASE = ../../../
|
||||||
|
Loading…
Reference in New Issue
Block a user