From 87639e9ad3f91119b5d0d80fb2409ba30fe8d2d2 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 9 Feb 2026 19:16:21 -0600 Subject: [PATCH] remove unnecessary cargo changes --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 008384e..4606ba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,3 @@ debug = true [lints.rust] mismatched_lifetime_syntaxes = "allow" - -[target.x86_64-unknown-linux-gnu] -linker = "/usr/bin/clang" -rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"] \ No newline at end of file