no lse on x86_64
This commit is contained in:
parent
ed897ebf55
commit
32778a4582
@ -3,8 +3,6 @@ linker = "clang"
|
||||
rustflags = [
|
||||
# faster linker
|
||||
"-C", "link-arg=-fuse-ld=/usr/local/bin/mold",
|
||||
# potentially faster. https://github.com/aws/aws-graviton-getting-started/blob/main/rust.md
|
||||
"-C", "target-feature=+lse",
|
||||
# potentially faster. https://nnethercote.github.io/perf-book/build-configuration.html
|
||||
"-C", "target-cpu=native",
|
||||
# tokio unstable is needed for tokio-console
|
||||
|
Loading…
Reference in New Issue
Block a user