Files
packager/.cargo/config.toml
2024-04-29 20:38:17 +02:00

7 lines
162 B
TOML

[target.x86_64-unknown-linux-gnu]
rustflags = [
"--codegen", "linker=clang",
"--codegen", "link-arg=--ld-path=/usr/bin/mold",
"--cfg", "tokio_unstable"
]