From 9e0d763d421752ebf8ea82d792dfde6481ebdc34 Mon Sep 17 00:00:00 2001 From: Iona Erofeeff <37254166+ionarevamp@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:11:59 -0600 Subject: [PATCH] Update config --- .cargo/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.cargo/config b/.cargo/config index 20445c2..25ae375 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,2 +1,4 @@ [target.x86_64-unknown-linux-gnu] -linker = "ld.lld" +rustflags = [ + "-C", "link-arg=-fuse-ld=lld", +]