You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments