aboutsummaryrefslogtreecommitdiffstats
path: root/demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-10-14 18:03:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-10-14 18:03:26 +0000
commit5d54960eaf386a2d4907e2bec1aac99d0b2d08ff (patch)
treef000742fbd25817dfb3d07a3653e7ca2d834ddc8 /demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile
parent7ef4c6df4aba152a941ac3c25ae05fe4e74f445f (diff)
downloadChibiOS-5d54960eaf386a2d4907e2bec1aac99d0b2d08ff.tar.gz
ChibiOS-5d54960eaf386a2d4907e2bec1aac99d0b2d08ff.tar.bz2
ChibiOS-5d54960eaf386a2d4907e2bec1aac99d0b2d08ff.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7397 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 c1708eef9..7c47835a5 100644
--- a/demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile
+++ b/demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile
@@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O2 -ggdb -fomit-frame-pointer
+ USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).