From b859eb6170325e5552dc10cc1d9568493e4e6b9b Mon Sep 17 00:00:00 2001 From: Aasim475 <215132234+Aasim475@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:48:16 +0530 Subject: [PATCH] Delete .cargo/config --- .cargo/config | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index 115192e6b..000000000 --- a/.cargo/config +++ /dev/null @@ -1,6 +0,0 @@ -[target.x86_64-pc-windows-msvc] -rustflags = ["-C", "target-feature=+crt-static"] - -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=mold"]