From aeeb6457368a9ce65b0ae2ab374ee9a4caf54d8f Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Tue, 18 Jun 2024 21:46:45 +1000 Subject: [PATCH] Delete .cargo/config.toml Signed-off-by: Jiahao XU --- .cargo/config.toml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index 65dd5780..00000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,16 +0,0 @@ -[target.x86_64-pc-windows-msvc] -rustflags = ["-C", "link-arg=-fuse-ld=lld"] -[target.x86_64-pc-windows-gnu] -rustflags = ["-C", "link-arg=-fuse-ld=lld"] - -[target.aarch64-pc-windows-msvc] -rustflags = ["-C", "link-arg=-fuse-ld=lld"] -[target.aarch64-pc-windows-gnu] -rustflags = ["-C", "link-arg=-fuse-ld=lld"] - -[target.x86_64-apple-darwin] -rustflags = ["-C", "link-arg=-fuse-ld=lld"] -[target.x86_64h-apple-darwin] -rustflags = ["-C", "link-arg=-fuse-ld=lld"] -[target.aarch64-apple-darwin] -rustflags = ["-C", "link-arg=-fuse-ld=lld"]