enable LTO (#825)

This commit is contained in:
Matthew Kennedy 2019-06-04 16:59:37 -07:00 committed by rusefi
parent 987906a167
commit 27ba68073f
1 changed files with 1 additions and 1 deletions

View File

@ -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.