add wall to compile
This commit is contained in:
parent
683ce890fb
commit
62f1a532cc
6
Makefile
6
Makefile
|
@ -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\
|
||||
|
|
Loading…
Reference in New Issue
Block a user