We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15988d commit 7cef7dfCopy full SHA for 7cef7df
1 file changed
.cargo/config-portable.toml
@@ -9,3 +9,6 @@ rustflags = ["-C", "target-cpu=neoverse-n1"]
9
10
[target.aarch64-apple-darwin]
11
rustflags = ["-C", "target-cpu=apple-a14"]
12
+
13
+[target.x86_64-apple-darwin]
14
+rustflags = ["-C", "target-cpu=x86-64-v3"]
0 commit comments