From 078a0e4ee38324a90c34b690b4f63cd541b2c7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Thu, 4 Jul 2024 12:47:41 +0900 Subject: [PATCH] Revert --- .cargo/config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 76b9ecba1f6ec..6ff8f1c41f2cd 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -15,9 +15,6 @@ rustdocflags = ["-Znormalize-docs"] [target.x86_64-pc-windows-msvc] linker = "rust-lld" -[target.x86_64-pc-windows-gnu] -linker = "rust-lld" - [target.aarch64-pc-windows-msvc] linker = "rust-lld"