Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduces flash memory usage by ~300B The CMake build outputs an ASM file for the firmware image and is human readable. To see the impacted functions, look for these routines: __prologue_saves__ __epilogue_restores__ They should come in pairs. For more info about this option, see: https://gcc.gnu.org/onlinedocs/gcc-7.3.0/gcc/AVR-Options.html#AVR-Options
- Loading branch information