mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox: forcing build with -Os
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c7c0f31e70
commit
fac0195502
@ -29,6 +29,7 @@ else
|
||||
fi
|
||||
|
||||
# optimize for size
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-Ofast|-Os|"`
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-O.|-Os|"`
|
||||
|
||||
LDFLAGS="$LDFLAGS -fwhole-program"
|
||||
|
Loading…
x
Reference in New Issue
Block a user