diff --git a/Makefile b/Makefile index 12678a1..8380240 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ endif # Enable this if you want link time optimizations (LTO) ifeq ($(USE_LTO),) - USE_LTO = yes + USE_LTO = no endif # If enabled, this option allows to compile the application in THUMB mode.