mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
libjpeg-turbo: allow size optimization
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
39cbe521fe
commit
f28279ad01
@ -4,10 +4,6 @@
|
|||||||
|
|
||||||
$SCRIPTS/build toolchain
|
$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
|
cd $PKG_BUILD
|
||||||
|
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user