mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox-initramfs: forcing build with -Os
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1280a5483b
commit
94365f1a9e
@ -31,8 +31,8 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# optimize for size
|
# optimize for size
|
||||||
# CFLAGS=`echo $CFLAGS | sed -e "s|-Ofast|-Os|"`
|
CFLAGS=`echo $CFLAGS | sed -e "s|-Ofast|-Os|"`
|
||||||
# CFLAGS=`echo $CFLAGS | sed -e "s|-O.|-Os|"`
|
CFLAGS=`echo $CFLAGS | sed -e "s|-O.|-Os|"`
|
||||||
|
|
||||||
# fails to build with gcc-4.6.1
|
# fails to build with gcc-4.6.1
|
||||||
strip_lto
|
strip_lto
|
||||||
|
Loading…
x
Reference in New Issue
Block a user