[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: busybox bloat



Ethan Benson <erbenson@alaska.net> wrote:

> we can also save about 10 or 12k using the ash udeb as its compiled
> -Os instead of -O2.  

Actually, most of the saving only applies to i386 as it comes from

ifeq ($(DEB_BUILD_ARCH),i386)
OPTSM += \
        -malign-loops=0 -malign-jumps=0 -malign-functions=0 \
        -mpreferred-stack-boundary=2 -DUSE_NORETURN
endif
-- 
Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



Reply to: