diff --git a/.cargo/config.toml b/.cargo/config.toml index 539e6d62..8493605a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -4,4 +4,6 @@ jobs = 6 [target.x86_64-unknown-linux-gnu] linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=lld"] +rustflags = [ + "-C", "link-arg=-fuse-ld=mold" +]