aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-01-26 01:49:27 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-01-26 01:49:27 +0100
commit2bfe4fd8cfd855064f8cf22648315030bfd969be (patch)
tree99334e2eb1e9b2d2a81b181193376c7262553994 /Cargo.toml
parente9df3e0598738e765f931e99ac1ce1878cfb4ff5 (diff)
Move cross-compile info
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7aa36fb..1205d33 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,3 @@ assets = [
[lints.clippy]
pedantic = "warn"
-
-[target.aarch64-unknown-linux-gnu]
-linker = "aarch64-linux-gnu-gcc"
-rustflags = ["-C", "link-arg=-fuse-ld=lld"]