diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index 115192e6b..000000000 --- a/.cargo/config +++ /dev/null @@ -1,6 +0,0 @@ -[target.x86_64-pc-windows-msvc] -rustflags = ["-C", "target-feature=+crt-static"] - -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=mold"]