diff --git a/Cargo.toml b/Cargo.toml index ae9689d0..5cdec6fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }