diff options
author | Diego Ismirlian <dismirlian@gmail.com> | 2019-10-02 11:41:39 -0300 |
---|---|---|
committer | Diego Ismirlian <dismirlian@gmail.com> | 2019-10-02 11:41:39 -0300 |
commit | 2cd41f99df0fc857afaef091ca3b984a728d0e3c (patch) | |
tree | 6d532237d92366fc10441e1770ddd74e7924b4a4 | |
parent | 6f817a029807c07668d41b33faa3512df129710a (diff) | |
download | ChibiOS-Contrib-2cd41f99df0fc857afaef091ca3b984a728d0e3c.tar.gz ChibiOS-Contrib-2cd41f99df0fc857afaef091ca3b984a728d0e3c.tar.bz2 ChibiOS-Contrib-2cd41f99df0fc857afaef091ca3b984a728d0e3c.zip |
USBH: testhal: disable LTO
-rw-r--r-- | testhal/STM32/STM32F4xx/USB_HOST/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/USB_HOST/Makefile b/testhal/STM32/STM32F4xx/USB_HOST/Makefile index 2f9ba4f..5950691 100644 --- a/testhal/STM32/STM32F4xx/USB_HOST/Makefile +++ b/testhal/STM32/STM32F4xx/USB_HOST/Makefile @@ -30,7 +30,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. |