syslinux: allow size optimization

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-25 20:30:53 +02:00
parent 3263386d20
commit 9020853f4d

View File

@ -4,10 +4,6 @@
$SCRIPTS/build toolchain
# ensure we dont use size optimization.
CFLAGS=`echo $CFLAGS | sed -e "s|-Os|-O2|"`
CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-Os|-O2|"`
CFLAGS="$CFLAGS -I`ls -d $ROOT/$BUILD/$1*`/libinstaller"
CFLAGS="$CFLAGS -I`ls -d $ROOT/$BUILD/$1*`/libfat"