Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core] Use -mcall-prologues the save code size
From GCC Manual: Functions prologues/epilogues are expanded as calls to appropriate subroutines. Code size is smaller. Small programs with few functions can increase in size, but QMK benefits from this as it is rather large. See: https://www.nongnu.org/avr-libc/user-manual/FAQ.html#faq_optflags
- Loading branch information