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