From 27ba68073f0ae8efa2ffa0327c2195ccf5645611 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Tue, 4 Jun 2019 16:59:37 -0700 Subject: [PATCH] enable LTO (#825) --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index 5a4a952bb1..6fbcc609e8 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -61,7 +61,7 @@ endif # Enable this if you want link time optimizations (LTO) ifeq ($(USE_LTO),) - USE_LTO = no + USE_LTO = yes endif # If enabled, this option allows to compile the application in THUMB mode.