- build with CFLAGS="-Os" for a  bit more speed
This commit is contained in:
Stephan Raue 2010-02-11 21:08:46 +01:00
parent 32ba92e799
commit b0f9ecfedc

View File

@ -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