We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d2121f + 407d07e commit af519cdCopy full SHA for af519cd
1 file changed
platform.txt
@@ -45,7 +45,9 @@ compiler.elf2bin.flags=-O binary
45
compiler.elf2hex.flags=-O ihex
46
47
# 编译器的链接参数compiler.ldflags
48
-compiler.ldflags=
+
49
+## 消除链接时候的`LOAD segment with RWX permissions`警告
50
+compiler.ldflags=-Wl,--no-warn-rwx-segments
51
compiler.size.cmd=arm-none-eabi-size
52
compiler.define=-DARDUINO=
53
0 commit comments