chore: Use default linker

This commit is contained in:
2026-04-03 05:04:00 +02:00
parent a9e6a79220
commit 1484c5823b
-4
View File
@@ -1,6 +1,2 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
[alias]
xtask = "run --package xtask --"