diff --git a/.cargo/config.toml b/.cargo/config.toml index 64e218a..e21bd8a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,6 @@ [target.x86_64-unknown-linux-gnu] linker = "/usr/bin/clang" -rustflags = ["-Clink-arg=-fuse-ld=lld"] +rustflags = ["-Clink-arg=-fuse-ld=mold"] [target.x86_64-apple-darwin] rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/zld"]