This commit is contained in:
2024-04-29 20:38:17 +02:00
parent 84fdf64793
commit 0949b1452c
5 changed files with 430 additions and 92 deletions

View File

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