no lse on x86_64

This commit is contained in:
Bryan Stitt 2023-11-14 15:44:28 -08:00
parent ed897ebf55
commit 32778a4582

View File

@ -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