From 62762cc2c872da9ad690aefd926cb1410e49e725 Mon Sep 17 00:00:00 2001 From: Quentin Rouland Date: Wed, 26 Feb 2025 09:04:14 -0800 Subject: [PATCH] Configure linker to lld for windows target --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..6c410ea --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.x86_64-pc-windows-msvc] +linker = "lld-link" \ No newline at end of file