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

This reverts commit fea0954f20.
This commit is contained in:
Ruben Fiszel
2026-02-08 12:03:02 +00:00
parent fea0954f20
commit 43fa3e9505
+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",