USBH: testhal: disable LTO

This commit is contained in:
Diego Ismirlian 2019-10-02 11:41:39 -03:00
parent 6f817a0298
commit 2cd41f99df
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ endif
# Enable this if you want link time optimizations (LTO) # Enable this if you want link time optimizations (LTO)
ifeq ($(USE_LTO),) ifeq ($(USE_LTO),)
USE_LTO = yes USE_LTO = no
endif endif
# If enabled, this option allows to compile the application in THUMB mode. # If enabled, this option allows to compile the application in THUMB mode.