fix: `tokio_unstable` for Linux x64 (#8048)
Apparently rustflag configs don't stack, so we need to re-specify the whole list. Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
fb0674fc01
commit
0dde4f0703
|
@ -14,6 +14,8 @@ protocol = "sparse"
|
|||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
rustflags = [
|
||||
# see above
|
||||
"--cfg", "tokio_unstable",
|
||||
# Faster linker.
|
||||
"-C", "link-arg=-fuse-ld=lld",
|
||||
# Fix `perf` as suggested by https://github.com/flamegraph-rs/flamegraph/blob/2d19a162df4066f37d58d5471634f0bd9f0f4a62/README.md?plain=1#L18
|
||||
|
|
Loading…
Reference in New Issue