From 3c9d968f7e88d2c8f4d4aa9833dbcc11535146e5 Mon Sep 17 00:00:00 2001 From: Matthew Gordon Date: Fri, 22 May 2020 21:06:07 -0400 Subject: [PATCH] Compile for "native" CPU type. --- .cargo/config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..8e758c6 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,2 @@ +[build] +rustflags = "-C target-cpu=native" \ No newline at end of file