Skip to content

Commit c4a49f0

Browse files
committed
chore: move to rust-lld instead of lld (as ld) from llvm
1 parent c60d56f commit c4a49f0

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
11
# Please keep in sync this file with rust/cubesql!
2-
3-
[target."x86_64-unknown-linux-gnu"]
4-
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
5-
6-
[target."aarch64-unknown-linux-gnu"]
7-
rustflags = ["-C", "link-arg=-fuse-ld=lld"]

rust/cubesql/.cargo/config.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Please keep in sync this file with packages/cubejs-backend-native!
22

3-
[target."x86_64-unknown-linux-gnu"]
4-
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
5-
6-
[target."aarch64-unknown-linux-gnu"]
7-
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
8-
93
# If you are going to use local fork, feel free to uncomment
104
#paths = ["../../../sqlparser-rs", "../../../arrow-datafusion/datafusion"]
115
#paths = ["../../../arrow-datafusion/datafusion"]

0 commit comments

Comments
 (0)