@@ -5,9 +5,6 @@ INC += \
|
||||
src \
|
||||
$(TOP)/hw \
|
||||
|
||||
# stop on the first build error, which is quite a lot of porting new board
|
||||
CFLAGS += -Wfatal-errors
|
||||
|
||||
# Example source
|
||||
EXAMPLE_SOURCE += $(wildcard src/*.c)
|
||||
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
|
||||
|
@@ -58,6 +58,7 @@ CFLAGS += \
|
||||
-Wall \
|
||||
-Werror \
|
||||
-Werror-implicit-function-declaration \
|
||||
-Wfatal-errors \
|
||||
-Wfloat-equal \
|
||||
-Wundef \
|
||||
-Wshadow \
|
||||
|
Reference in New Issue
Block a user