Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core] Enable linker relaxation for AVR targets
This can save some bytes for by using RJMP instructions to memory location that are +-2k relative to the current program counter position. Unfortunately this is only possible when LTO is disabled.
- Loading branch information