From 2bfe4fd8cfd855064f8cf22648315030bfd969be Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 26 Jan 2025 01:49:27 +0100 Subject: Move cross-compile info --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Cargo.toml') 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"] -- cgit