mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
plymouth-lite: build with -fwhole-program
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
487de8ea93
commit
58686fe7b1
@ -6,6 +6,8 @@
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-O2|-Os|"`
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-Os|"`
|
||||
|
||||
LDFLAGS="$LDFLAGS -fwhole-program"
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user