Expand compiler flags for static code analysis

This commit is contained in:
Thomas Klaehn
2019-07-15 13:27:17 +02:00
parent a6c2d808eb
commit 707c75131c
4 changed files with 13 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ LIBS := ftdi
endif
LD_FLAGS :=
C_FLAGS := -O0 -g
C_FLAGS := -O0 -g -Wall -Wextra -Werror
CPP_FLAGS := $(addprefix -I, $(INCLUDES))
C_SRCS = $(wildcard $(SRC_DIR)/*.c)