mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +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
|
||||
HOSTCC = $HOST_CC
|
||||
CROSS_COMPILE = $TARGET_PREFIX
|
||||
CFLAGS += -std=gnu99
|
||||
CFLAGS += -std=gnu99 -Os
|
||||
EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user