From 45710a775d5d614c780e3ab69d44613ae74ce73b Mon Sep 17 00:00:00 2001 From: howardwu Date: Sat, 16 May 2020 20:39:54 -0700 Subject: [PATCH] Adds .cargo directory --- .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 0000000000..ddff4407b9 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,2 @@ +[build] +rustflags = ["-C", "target-cpu=native"]