lmic debugging
This commit is contained in:
9
Makefile
9
Makefile
@@ -25,7 +25,11 @@ CFLAGS?=-Datmega328p\
|
||||
-flto\
|
||||
-fno-fat-lto-objects\
|
||||
-fuse-linker-plugin\
|
||||
-Wall
|
||||
-Wall\
|
||||
# -finline-functions\
|
||||
# -fipa-sra\
|
||||
|
||||
|
||||
|
||||
CXXFLAGS?=-Datmega328p\
|
||||
-std=c++11\
|
||||
@@ -45,6 +49,9 @@ CXXFLAGS?=-Datmega328p\
|
||||
-fno-fat-lto-objects\
|
||||
-fuse-linker-plugin\
|
||||
-Wall\
|
||||
# -finline-functions\
|
||||
# -fipa-sra\
|
||||
|
||||
|
||||
INC_DIRS?=-I./\
|
||||
-I./$(ARDUINO_DIR)/libraries/SPI/src\
|
||||
|
||||
Reference in New Issue
Block a user