From 9b3bd780a18a96b22ea48999cb42330aba1f6a38 Mon Sep 17 00:00:00 2001 From: Revertron Date: Thu, 1 Apr 2021 15:46:31 +0200 Subject: [PATCH] Fixed cargo config. --- .cargo/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 0c72941..b555c1a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,3 @@ [build] -rustflags = ["-Ctarget-cpu=native", "-Ctarget-feature=+aes,+sha,+sse,+sse2,+avx,+avx2"] \ No newline at end of file +rustflags = ["-Ctarget-cpu=native"] +# or this: "-Ctarget-feature=+aes,+sha,+sse,+sse2,+avx,+avx2" \ No newline at end of file