> For the more recent versions of gcc you might try the -fwhole-program and > -funit-at-once options. I have read reports that this is good for some > percent of code size, but I have no experience with it.
I think thats "avr-gcc -combine -fwhole-program *.c -Os ..". Does this work for you? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ AVR-libc-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-libc-dev
