We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3506110 commit 5118be6Copy full SHA for 5118be6
.cargo/config
.cargo/config.toml
@@ -0,0 +1,4 @@
1
+[build]
2
+rustflags = [
3
+ "-C", "link-arg=-Wl,-Ttext-segment=0x7fff00000000", "-Zlinker-features=-lld"
4
+]
0 commit comments