Skip to content

Commit 794945c

Browse files
committed
chore: disable warning about rwx segments
due to binutils version 2.39 provided within arm-none-eabi-gcc-12.2.1 Enabled by default since this version. Signed-off-by: Frederic Pillon <[email protected]>
1 parent 522150c commit 794945c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ compiler.objcopy.eep.flags=-O ihex -j .eeprom --set-section-flags=.eeprom=alloc,
4545
compiler.elf2bin.flags=-O binary
4646
compiler.elf2hex.flags=-O ihex
4747

48-
compiler.ldflags=
48+
compiler.ldflags=-Wl,--no-warn-rwx-segments
4949
compiler.size.cmd=arm-none-eabi-size
5050
compiler.define=-DARDUINO=
5151

0 commit comments

Comments
 (0)