From 62f1a532cc25c8e70c3c83560250c57a5cd9f4cf Mon Sep 17 00:00:00 2001 From: sessionm21 Date: Wed, 13 May 2020 05:48:51 +0100 Subject: [PATCH] add wall to compile --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4968eef..e24ee81 100644 --- a/Makefile +++ b/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\