botserver/.cargo/config.toml
Rodrigo Rodriguez (Pragmatismo) 5cedd9c379
Some checks failed
BotServer CI / build (push) Failing after 17m29s
Fix: Remove mold linker from cargo config
Mold linker is not available on the system and was causing build failures.
Removed rustflags setting to use default lld linker instead.
2026-02-05 22:43:26 -03:00

5 lines
86 B
TOML

[build]
rustc-wrapper = "sccache"
[target.x86_64-unknown-linux-gnu]
linker = "clang"