aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/RTC/Makefile
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-01 18:51:45 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-01 18:51:45 +0000
commitca14dc68facb6fb81862199229e677526d0ee1f1 (patch)
tree14ac46deea7778f84a8f81089799496b00170762 /testhal/STM32/STM32F4xx/RTC/Makefile
parent6d74608aff3f7623cdf63a509d9def131e66b956 (diff)
downloadChibiOS-ca14dc68facb6fb81862199229e677526d0ee1f1.tar.gz
ChibiOS-ca14dc68facb6fb81862199229e677526d0ee1f1.tar.bz2
ChibiOS-ca14dc68facb6fb81862199229e677526d0ee1f1.zip
RTCv2. Fixed testhal application.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7454 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/RTC/Makefile')
-rw-r--r--testhal/STM32/STM32F4xx/RTC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/RTC/Makefile b/testhal/STM32/STM32F4xx/RTC/Makefile
index aa7942155..8690e1f32 100644
--- a/testhal/STM32/STM32F4xx/RTC/Makefile
+++ b/testhal/STM32/STM32F4xx/RTC/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.