From 5eaed241da5e7ce63f9757f7a831aefc2864450a Mon Sep 17 00:00:00 2001 From: Revertron Date: Thu, 1 Apr 2021 21:58:40 +0200 Subject: [PATCH] Reverted build options file. --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index b555c1a..1a803fa 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,3 @@ [build] -rustflags = ["-Ctarget-cpu=native"] +#rustflags = ["-Ctarget-cpu=native"] # or this: "-Ctarget-feature=+aes,+sha,+sse,+sse2,+avx,+avx2" \ No newline at end of file