diff --git a/.cargo/config.toml b/.cargo/config.toml index 8ab91a2..e075455 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,2 @@ [registries.strafesnet] index = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/" - -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]