diff --git a/.cargo/config.toml b/.cargo/config.toml index 983263972..d6f33614c 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -3,4 +3,3 @@ rustc-wrapper = "sccache" [target.x86_64-unknown-linux-gnu] linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=mold"]