Revert "fix: remove mold linker config that breaks Docker builds"

This reverts commit 81b76f2415.
This commit is contained in:
Ruben Fiszel
2026-02-08 12:03:02 +00:00
parent 81b76f2415
commit d0908097de
+4
View File
@@ -1,6 +1,10 @@
[build]
incremental = true
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",