diff --git a/.cargo/config.toml b/.cargo/config.toml index df48d0cc..2e249e0c 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,4 +1,5 @@ [target.'cfg(target_os = "linux")'] +linker = "clang" rustflags = ["-C", "link-arg=-fuse-ld=mold"] [target.'not(cfg(target_os = "linux"))']