-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Description
gcc 4.7.3 is pretty dated. The latest AVR toolchain from Atmel includes gcc 4.9.2
http://www.atmel.com/tools/ATMELAVRTOOLCHAINFORWINDOWS.aspx
avr-gcc 4.9.2 and enabling lto (add -flto to the flags in cores/AVR8bit/makefile) should make a significant reduction in code size.
http://nerdralph.blogspot.ca/2014/04/gcc-link-time-optimization-can-fix-bad.html
Metadata
Metadata
Assignees
Labels
No labels