Add 'jump relaxing' compile flag to AVR targets (#21566)

This commit is contained in:
Ramiro Polla 2021-04-13 00:39:22 +02:00 committed by Scott Lahteine
parent c66cbf0d69
commit ca84e5b1f2

View File

@ -13,6 +13,7 @@
# AVR (8-bit) Common Environment values
#
[common_avr8]
build_flags = ${common.build_flags} -Wl,--relax
board_build.f_cpu = 16000000L
src_filter = ${common.default_src_filter} +<src/HAL/AVR>