This commit is contained in:
2024-04-30 09:04:40 +02:00
parent cd25631863
commit d08c41e809
6 changed files with 29 additions and 29 deletions

View File

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