Browse Source

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

Ramiro Polla 3 years ago
parent
commit
f69da7d00d
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      ini/avr.ini

+ 1
- 0
ini/avr.ini View File

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

Loading…
Cancel
Save