From 8598df0007887dfbdb164790a21008250e262706 Mon Sep 17 00:00:00 2001 From: Georgio Nicolas Date: Thu, 23 Feb 2023 12:19:39 +0100 Subject: [PATCH] Add cargo config --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..ba402ac --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +[build] +rustflags = ["-C", "target-cpu=native"] +# rustflags = ["-C", "target-cpu=apple-m1"] \ No newline at end of file