Skip to content

Commit

Permalink
removed target cpu generic and excluded avx >1
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Nov 21, 2024
1 parent 98888c0 commit 6264496
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ default-run = "dash-evo-tool"
rust-version = "1.81"

[build]
rustflags = ["-C", "target-cpu=generic"]
rustflags = [
"-C", "target-feature=+avx,-avx2,-avx512f,-avx512cd,-avx512er,-avx512pf,-avx512bw,-avx512dq,-avx512vl"
]

[dependencies]
bip39 = { version = "2.1.0", features = ["all-languages", "rand"] }
Expand Down

0 comments on commit 6264496

Please sign in to comment.