mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 06:48:16 +00:00
add -std=c99 to Makefile
This commit is contained in:
parent
d41e46f842
commit
b3aabec565
@ -14,6 +14,7 @@ DBGFLAGS ?= -g -DNDEBUG
|
||||
|
||||
CFLAGS += $(OPTFLAGS) \
|
||||
$(DBGFLAGS) \
|
||||
-std=c99 \
|
||||
-W \
|
||||
-Wall \
|
||||
-Wextra \
|
||||
|
Loading…
Reference in New Issue
Block a user