From 15fef19ad74573cbcddf266c26d3a4d17a587aa3 Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Wed, 30 Aug 2023 21:41:22 -0400 Subject: [PATCH] Fix(build): Remove clang and mold dependencies --- .cargo/config.toml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index 76c7b82..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,3 +0,0 @@ -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=/bin/mold"]