From 68acc49b8ee45e44be546ab7be4a28cea9253c10 Mon Sep 17 00:00:00 2001 From: eduxstad Date: Sun, 24 Mar 2024 18:37:18 -0700 Subject: [PATCH] fix: remove broken linux compiler arg --- .cargo/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index b6bbabfe..f4951b1f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -16,7 +16,6 @@ linker = "clang" rustflags = [ "-Ctarget-cpu=native", "-Clink-arg=-fuse-ld=/usr/bin/mold", - "link-arg=--ld-path=/usr/local/bin/mold", "-Zshare-generics=y", "-Zthreads=0", ]