Skip to content

Commit 113d509

Browse files
committed
Ok
1 parent a47a425 commit 113d509

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pgml-extension/.cargo/config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]
44

55
[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"]
6+
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup,-fuse-ld=/usr/bin/mold"]

0 commit comments

Comments
 (0)