mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 15:30:55 +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) \
|
CFLAGS += $(OPTFLAGS) \
|
||||||
$(DBGFLAGS) \
|
$(DBGFLAGS) \
|
||||||
|
-std=c99 \
|
||||||
-W \
|
-W \
|
||||||
-Wall \
|
-Wall \
|
||||||
-Wextra \
|
-Wextra \
|
||||||
|
Loading…
Reference in New Issue
Block a user