aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/USB_HOST/Makefile
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-10-02 17:56:41 +0200
committerGitHub <noreply@github.com>2019-10-02 17:56:41 +0200
commit472ee3ce3c8e4e1267cf00611aab54597dda7121 (patch)
tree6d532237d92366fc10441e1770ddd74e7924b4a4 /testhal/STM32/STM32F4xx/USB_HOST/Makefile
parent51910c3551c2a4232ba3defcef063e2f745f925a (diff)
parent2cd41f99df0fc857afaef091ca3b984a728d0e3c (diff)
downloadChibiOS-Contrib-472ee3ce3c8e4e1267cf00611aab54597dda7121.tar.gz
ChibiOS-Contrib-472ee3ce3c8e4e1267cf00611aab54597dda7121.tar.bz2
ChibiOS-Contrib-472ee3ce3c8e4e1267cf00611aab54597dda7121.zip
Merge pull request #196 from dismirlian/master
USBH updates
Diffstat (limited to 'testhal/STM32/STM32F4xx/USB_HOST/Makefile')
-rw-r--r--testhal/STM32/STM32F4xx/USB_HOST/Makefile2
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.