From c58b2d253cfefdf9c575857326d51d848e9e1bbe Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Wed, 24 Jul 2024 04:28:13 +0300 Subject: [PATCH] add config --- cargo-config-v3.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cargo-config-v3.toml b/cargo-config-v3.toml index 014e7d6..3e2c55e 100644 --- a/cargo-config-v3.toml +++ b/cargo-config-v3.toml @@ -1,2 +1,3 @@ [build] -target = "x86-64-v3" \ No newline at end of file +[target.x86_64-unknown-linux-gnu] +rustflags = ["-Ctarget-cpu=x86-64-v3"]