We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2121f commit 407d07eCopy full SHA for 407d07e
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