1diff --git a/.cargo/config.toml b/.cargo/config.toml
2index 4abaaa83d..edc4d6710 100644
3--- a/.cargo/config.toml
4+++ b/.cargo/config.toml
5@@ -1,12 +1,5 @@
6-[target.x86_64-unknown-linux-gnu]
7-rustflags = ["-C", "target-cpu=native"]
8-
9-[target.aarch64-apple-darwin]
10-[build]
11-rustflags = ["-C", "target-cpu=native"]
12-
13 [target.wasm32-unknown-unknown]
14 rustflags = ["-C", "target-feature=+simd128"]
15
16 [target.x86_64-apple-darwin]