mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
busybox:
- build with CFLAGS="-Os" for a bit more speed
This commit is contained in:
parent
32ba92e799
commit
b0f9ecfedc
@ -9,5 +9,5 @@ BUSYBOX=`ls -d $PKG_BUILD`
|
|||||||
cat <<EOF >>$BUSYBOX/Makefile.custom
|
cat <<EOF >>$BUSYBOX/Makefile.custom
|
||||||
HOSTCC = $HOST_CC
|
HOSTCC = $HOST_CC
|
||||||
CROSS_COMPILE = $TARGET_PREFIX
|
CROSS_COMPILE = $TARGET_PREFIX
|
||||||
CFLAGS += -std=gnu99
|
CFLAGS += -std=gnu99 -Os
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user