Fixed cargo config.

This commit is contained in:
Revertron
2021-04-01 15:46:31 +02:00
parent edf202b255
commit 9b3bd780a1
+2 -1
View File
@@ -1,2 +1,3 @@
[build]
rustflags = ["-Ctarget-cpu=native", "-Ctarget-feature=+aes,+sha,+sse,+sse2,+avx,+avx2"]
rustflags = ["-Ctarget-cpu=native"]
# or this: "-Ctarget-feature=+aes,+sha,+sse,+sse2,+avx,+avx2"