소스 검색
Add 'jump relaxing' compile flag to AVR targets (#21566)
Ramiro Polla
3 년 전
No account linked to committer's email address
|
@@ -13,6 +13,7 @@
|
13
|
13
|
# AVR (8-bit) Common Environment values
|
14
|
14
|
#
|
15
|
15
|
[common_avr8]
|
|
16
|
+build_flags = ${common.build_flags} -Wl,--relax
|
16
|
17
|
board_build.f_cpu = 16000000L
|
17
|
18
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
18
|
19
|
|