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 113d509 commit 17fc326Copy full SHA for 17fc326
pgml-extension/.cargo/config
@@ -4,3 +4,6 @@ rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]
4
5
[target.x86_64-unknown-linux-gnu]
6
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup,-fuse-ld=/usr/bin/mold"]
7
+
8
+[target.aarch64-unknown-linux-gnu]
9
+rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup,-fuse-ld=/usr/bin/mold"]
0 commit comments