aboutsummaryrefslogtreecommitdiff
path: root/apps/system
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-16 13:32:18 -0800
committerpx4dev <px4@purgatory.org>2013-02-23 22:00:58 -0800
commit2ebcd0fdcc4b743c3a8a32bae0852e9536bf3a6b (patch)
tree32dc5f3ec1ef915143792c3db77322a4dc67f930 /apps/system
parentb80575fcff926fb819adeb1760632586c19cf719 (diff)
downloadpx4-firmware-2ebcd0fdcc4b743c3a8a32bae0852e9536bf3a6b.tar.gz
px4-firmware-2ebcd0fdcc4b743c3a8a32bae0852e9536bf3a6b.tar.bz2
px4-firmware-2ebcd0fdcc4b743c3a8a32bae0852e9536bf3a6b.zip
Switch to optimising some things for size rather than speed.
Diffstat (limited to 'apps/system')
-rw-r--r--apps/system/i2c/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/system/i2c/Makefile b/apps/system/i2c/Makefile
index 1ed7a2fae..7f0e6005b 100644
--- a/apps/system/i2c/Makefile
+++ b/apps/system/i2c/Makefile
@@ -64,8 +64,9 @@ VPATH =
APPNAME = i2c
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 2048
+MAXOPTIMIZATION = -Os
-# Build targets
+# Build Targets
all: .built
.PHONY: context .depend depend clean distclean