add wall to compile

This commit is contained in:
sessionm21 2020-05-13 05:48:51 +01:00
parent 683ce890fb
commit 62f1a532cc
1 changed files with 4 additions and 2 deletions

View File

@ -23,7 +23,8 @@ CFLAGS?=-Datmega328p\
-MMD\
-flto\
-fno-fat-lto-objects\
-fuse-linker-plugin
-fuse-linker-plugin\
-Wall
CXXFLAGS?=-Datmega328p\
-Dmega328p\
@ -40,7 +41,8 @@ CXXFLAGS?=-Datmega328p\
-MMD\
-flto\
-fno-fat-lto-objects\
-fuse-linker-plugin
-fuse-linker-plugin\
-Wall
INC_DIRS?=-I./$(ARDUINO_DIR)/libraries/SPI/src\
-I./$(ARDUINO_DIR)/cores/arduino\