mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
busybox: fix sed
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
82aef81b63
commit
a9461a93c4
@ -9,7 +9,7 @@ else
|
||||
fi
|
||||
|
||||
# optimize for size
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-O?|-Os|"`
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-O.|-Os|"`
|
||||
|
||||
LDFLAGS="$LDFLAGS -fwhole-program"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user