From 43e5cb6ff8c652747cc43da5424d69d4ea954517 Mon Sep 17 00:00:00 2001 From: Julian Braha <103399117+julian-bcw@users.noreply.github.com> Date: Mon, 20 May 2024 13:21:49 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index cb62eebd..9d2ad1a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,3 +43,6 @@ opt-level = 3 incremental = true lto = "fat" codegen-units = 1 + +[build] +rustflags = ["-C", "target-cpu=native"]