From 46b80290d1ade2789b70e24d317bd93b34f9c305 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Thu, 23 Aug 2018 06:41:48 +0900 Subject: [PATCH] Added cpu native flag --- .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..c729c54 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,2 @@ +[build] +rustflags = "-C target-cpu=native"