libjpeg-turbo: allow size optimization

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-25 20:28:55 +02:00
parent 39cbe521fe
commit f28279ad01

View File

@ -4,10 +4,6 @@
$SCRIPTS/build toolchain
# ensure we dont use size optimization.
CFLAGS=`echo $CFLAGS | sed -e "s|-Os|-O3|"`
CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-Os|-O3|"`
cd $PKG_BUILD
./configure --host=$TARGET_NAME \