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 GitHub
parent 24a095c5c1
commit f69da7d00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>