From d1349cc6b47e342d9ab10af509b7c3a89e549c1d Mon Sep 17 00:00:00 2001 From: DiSlord Date: Fri, 6 Sep 2024 17:02:28 +0300 Subject: [PATCH] Disable LTO (several device hang on enabled) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.