Files
packager/.cargo/config.toml
2024-04-30 09:04:40 +02:00

7 lines
160 B
TOML

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