Closed HokieGeek closed 8 years ago
https://www.tty1.net/blog/2008/avr-gcc-optimisations_en.html
Need to use -fwhole-program to keep the size down but really don't want to combine it all into one freaking file.
https://www.evernote.com/shard/s1/sh/a1988676-4a11-440b-80f4-59e7953a392d/890c838ab40f0928fcb09566618af291
http://www.avrfreaks.net/forum/building-avr-toolchain-0
https://github.com/networkimprov/lode/commit/9d29a980602f8e81c11034586b66c0926ce605cd
https://www.tty1.net/blog/2008/avr-gcc-optimisations_en.html
Need to use -fwhole-program to keep the size down but really don't want to combine it all into one freaking file.