removing -w from CPPFLAGS (warnings can be usefull)
This commit is contained in:
parent
99890b2535
commit
1e078625cb
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ USER_LIB_OBJS = $(patsubst $(USER_LIB_PATH)/%.cpp,$(OBJDIR)/libs/%.o,$(USER_LIB_
|
|||
# Using += instead of =, so that CPPFLAGS can be set per sketch level
|
||||
CPPFLAGS += -mmcu=$(MCU) -DF_CPU=$(F_CPU) -DARDUINO=$(ARDUINO_VERSION) \
|
||||
-I. -I$(ARDUINO_CORE_PATH) -I$(ARDUINO_VAR_PATH)/$(VARIANT) \
|
||||
$(SYS_INCLUDES) $(USER_INCLUDES) -g -Os -w -Wall \
|
||||
$(SYS_INCLUDES) $(USER_INCLUDES) -g -Os -Wall \
|
||||
-ffunction-sections -fdata-sections
|
||||
CFLAGS += -std=gnu99
|
||||
CXXFLAGS += -fno-exceptions
|
||||
|
|
Loading…
Reference in a new issue