diff options
| author | gabriel <gabriel@gaftech.fr> | 2012-11-06 14:33:10 +0100 |
|---|---|---|
| committer | gabriel <gabriel@gaftech.fr> | 2012-11-06 14:33:10 +0100 |
| commit | 1e078625cbb01370f83e314ce4c5b1d068b121e7 (patch) | |
| tree | bf0029749537a310cc60ec80126f6dc5c2891dbe /arduino-mk/Arduino.mk | |
| parent | 99890b253540f3ea0f2706ed4c3a7b1f15549bdc (diff) | |
removing -w from CPPFLAGS (warnings can be usefull)
Diffstat (limited to 'arduino-mk/Arduino.mk')
| -rw-r--r-- | arduino-mk/Arduino.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index 8fc8e5c..c85a38f 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -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 |
