mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
plymouth-lite: build with '-Os' optimization
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f72fe940ef
commit
ed7b195c7a
@ -5,6 +5,10 @@
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libpng
|
||||
|
||||
# ensure we use size optimization.
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-O2|-Os|"`
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-Os|"`
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
make
|
Loading…
x
Reference in New Issue
Block a user