mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
syslinux: allow size optimization
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3263386d20
commit
9020853f4d
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user