aboutsummaryrefslogtreecommitdiffstats
path: root/demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-10-12 13:17:14 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-10-12 13:17:14 +0000
commit1c2959452edc9504b4fb91ae0dc3c621c185c95e (patch)
treeea92feb586acb42bb055307dbedcf979aa8fca80 /demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile
parent0320aa53143ea1bb908c90c599fa6bdd3fce2c46 (diff)
downloadChibiOS-1c2959452edc9504b4fb91ae0dc3c621c185c95e.tar.gz
ChibiOS-1c2959452edc9504b4fb91ae0dc3c621c185c95e.tar.bz2
ChibiOS-1c2959452edc9504b4fb91ae0dc3c621c185c95e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7388 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile')
-rw-r--r--demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile b/demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile
index 3bb5a6d37..c1708eef9 100644
--- a/demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile
+++ b/demos/LPC21xx/RT-LPC214x-OLIMEX/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.