]> git.nega.tv - josh/narcissus/commitdiff
Re-add clang as linker
authorJoshua Simmons <josh@nega.tv>
Sat, 29 Oct 2022 15:32:52 +0000 (17:32 +0200)
committerJoshua Simmons <josh@nega.tv>
Sat, 29 Oct 2022 15:32:52 +0000 (17:32 +0200)
.cargo/config.toml

index 8ad891ea2038203a795e8739c1c346b4a871219c..5c0c649a24fb3da201ccb0baab0d12dddc3785ed 100644 (file)
@@ -1,2 +1,3 @@
 [target.x86_64-unknown-linux-gnu]
+linker = "clang"
 rustflags = ["-C", "link-arg=-fuse-ld=mold"]
\ No newline at end of file