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

2.0.x
Ramiro Polla 4 years ago committed by GitHub
parent 24a095c5c1
commit f69da7d00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save