Skip to content

Commit 17fc326

Browse files
committed
do arm too
1 parent 113d509 commit 17fc326

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pgml-extension/.cargo/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]
44

55
[target.x86_64-unknown-linux-gnu]
66
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

Comments
 (0)