Skip to content

Commit

Permalink
Revert "chore: disable warning about rwx segments"
Browse files Browse the repository at this point in the history
This reverts commit 794945c.
  • Loading branch information
fpistm committed Aug 20, 2024
1 parent 84ba855 commit fda9286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ compiler.objcopy.eep.flags=-O ihex -j .eeprom --set-section-flags=.eeprom=alloc,
compiler.elf2bin.flags=-O binary
compiler.elf2hex.flags=-O ihex

compiler.ldflags=-Wl,--no-warn-rwx-segments
compiler.ldflags=
compiler.size.cmd=arm-none-eabi-size
compiler.define=-DARDUINO=

Expand Down

0 comments on commit fda9286

Please sign in to comment.