We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47a425 commit 113d509Copy full SHA for 113d509
pgml-extension/.cargo/config
@@ -3,5 +3,4 @@
3
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]
4
5
[target.x86_64-unknown-linux-gnu]
6
-linker = "/usr/bin/clang"
7
-rustflags = ["-C", "link-arg=--ld-path=/usr/bin/mold,-Wl,-undefined,dynamic_lookup"]
+rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup,-fuse-ld=/usr/bin/mold"]
0 commit comments