diff --git a/.cargo/config.toml b/.cargo/config.toml index ba0a868..70f9eae 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,2 @@ [registries.crates-io] protocol = "sparse" - -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]