From 8a995c6bef3fe7ba6b7842371459b9e948e1cda9 Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Fri, 5 Jun 2026 18:20:05 +0800 Subject: [PATCH] build: use rust-lld for windows msvc linker --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 92fc9a760..398b7f9d6 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -3,4 +3,4 @@ LIBSQLITE3_FLAGS = "SQLITE_ENABLE_MATH_FUNCTIONS" [target.x86_64-pc-windows-msvc] -linker = "lld-link" +linker = "rust-lld"