Files
packager/.cargo/config.toml

7 lines
160 B
TOML
Raw Permalink Normal View History

2024-04-29 20:38:17 +02:00
[target.x86_64-unknown-linux-gnu]
rustflags = [
2024-04-30 09:04:40 +02:00
"--codegen", "linker=clang",
"--codegen", "link-arg=--ld-path=/usr/bin/mold",
2024-04-29 20:38:17 +02:00
"--cfg", "tokio_unstable"
]