150
150
# COMMON_FLAGS += -gdwarf-2
152
152
COMMON_FLAGS += -Wall -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
154
154
COMMON_FLAGS += -I$(ARDUINO_PATH)hardware/arduino/cores/arduino
155
155
COMMON_FLAGS += $(addprefix -I,$(EXTRA_DIRS))
156
156
COMMON_FLAGS += -fno-exceptions -ffunction-sections -fdata-sections -Wl,--gc-sections