aboutsummaryrefslogtreecommitdiff
path: root/apps/systemcmds/eeprom/Makefile
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-04-26 12:59:12 -0700
committerpx4dev <px4@purgatory.org>2013-04-26 12:59:12 -0700
commitff15efb9c91540303622c3f9c48e22bbc9488ae0 (patch)
tree1b3ef1f242a74dc541ee0dcbe83ed21589166cd9 /apps/systemcmds/eeprom/Makefile
parent556a017444b809c18e2ce495a2fd00380960e0f4 (diff)
downloadpx4-firmware-ff15efb9c91540303622c3f9c48e22bbc9488ae0.tar.gz
px4-firmware-ff15efb9c91540303622c3f9c48e22bbc9488ae0.tar.bz2
px4-firmware-ff15efb9c91540303622c3f9c48e22bbc9488ae0.zip
Build utility apps -Os to save ROM space.
Diffstat (limited to 'apps/systemcmds/eeprom/Makefile')
-rw-r--r--apps/systemcmds/eeprom/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/systemcmds/eeprom/Makefile b/apps/systemcmds/eeprom/Makefile
index 2f3db0fdc..79a05550e 100644
--- a/apps/systemcmds/eeprom/Makefile
+++ b/apps/systemcmds/eeprom/Makefile
@@ -40,3 +40,5 @@ PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 4096
include $(APPDIR)/mk/app.mk
+
+MAXOPTIMIZATION = -Os