From 2ebcd0fdcc4b743c3a8a32bae0852e9536bf3a6b Mon Sep 17 00:00:00 2001 From: px4dev Date: Wed, 16 Jan 2013 13:32:18 -0800 Subject: Switch to optimising some things for size rather than speed. --- apps/systemcmds/reboot/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/systemcmds/reboot/Makefile') diff --git a/apps/systemcmds/reboot/Makefile b/apps/systemcmds/reboot/Makefile index 9609a24fd..15dd19982 100644 --- a/apps/systemcmds/reboot/Makefile +++ b/apps/systemcmds/reboot/Makefile @@ -40,3 +40,5 @@ PRIORITY = SCHED_PRIORITY_DEFAULT STACKSIZE = 2048 include $(APPDIR)/mk/app.mk + +MAXOPTIMIZATION = -Os -- cgit v1.2.3