busybox: forcing build with -Os

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-11 21:42:10 +02:00
parent c7c0f31e70
commit fac0195502

View File

@ -29,6 +29,7 @@ else
fi
# optimize for size
CFLAGS=`echo $CFLAGS | sed -e "s|-Ofast|-Os|"`
CFLAGS=`echo $CFLAGS | sed -e "s|-O.|-Os|"`
LDFLAGS="$LDFLAGS -fwhole-program"