Fix(build): Remove clang and mold dependencies

This commit is contained in:
2023-08-30 21:41:22 -04:00
parent 4791bae3d4
commit 15fef19ad7

View File

@@ -1,3 +0,0 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/bin/mold"]