mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
xbmc: allow size optimization
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
512988e485
commit
443311c80b
@ -56,10 +56,6 @@ else
|
|||||||
XBMC_CRYSTALHD="--disable-crystalhd"
|
XBMC_CRYSTALHD="--disable-crystalhd"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ensure we dont use size optimization.
|
|
||||||
CFLAGS=`echo $CFLAGS | sed -e "s|-Os|-O2|"`
|
|
||||||
CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-Os|-O2|"`
|
|
||||||
|
|
||||||
# dont use some optimizations because of problems
|
# dont use some optimizations because of problems
|
||||||
# this fixes problems with faac implementation of ffmpeg
|
# this fixes problems with faac implementation of ffmpeg
|
||||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
|
LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user