Added -Wall compiler flag

This commit is contained in:
Admar Schoonen 2012-01-07 12:34:16 +01:00
parent c5561f8aaf
commit 18b32613e0
1 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,8 @@ CPPFLAGS = -mmcu=$(MCU) -DF_CPU=$(F_CPU) \
-I. -I$(ARDUINO_CORE_PATH) \
-I$(ARDUINO_VARIANT_PATH) \
$(SYS_INCLUDES) -g -Os -w -Wall \
-ffunction-sections -fdata-sections
-ffunction-sections -fdata-sections \
-Wall
CFLAGS = -std=gnu99
CXXFLAGS = -fno-exceptions
ASFLAGS = -mmcu=$(MCU) -I. -x assembler-with-cpp