From 97aa273ce3f4b748aaa6ce210308dd51754489d7 Mon Sep 17 00:00:00 2001 From: schaeff Date: Fri, 25 Oct 2024 18:52:19 +0200 Subject: [PATCH] add rust config file --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..d5135e9 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +rustflags = ["-C", "target-cpu=native"] \ No newline at end of file