[BusyBox] glibc macro's, strlen

Erik Andersen andersen at codepoet.org
Fri Mar 8 23:27:04 UTC 2002


On Sat Mar 09, 2002 at 04:45:58PM +1100, Glenn McGrath wrote:
> strlen adds a fair bit of space everytime its used as its implemented in
> glibc as a macro.

Looking at glibc's header files, I suspect that adding
    CFLAGS+=-D__NO_INLINE__ -D__OPTIMIZE_SIZE__
to the makefile should eliminate such things.  Care to
give it a try?

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the busybox mailing list