enable LTO (#825)
This commit is contained in:
parent
987906a167
commit
27ba68073f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue