mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
xbmc: build with '-O3' optimization
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f37d281b08
commit
8d70261eb7
@ -111,6 +111,10 @@ else
|
||||
XBMC_CRYSTALHD="--disable-crystalhd"
|
||||
fi
|
||||
|
||||
# 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
|
||||
|
||||
./bootstrap
|
||||
|
Loading…
x
Reference in New Issue
Block a user