plymouth-lite: build with '-Os' optimization

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-06 19:29:40 +02:00
parent f72fe940ef
commit ed7b195c7a

View File

@ -5,6 +5,10 @@
$SCRIPTS/build toolchain
$SCRIPTS/build libpng
# ensure we use size optimization.
CFLAGS=`echo $CFLAGS | sed -e "s|-O2|-Os|"`
CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-Os|"`
cd $PKG_BUILD
make