Skip to content

Commit 425ba4e

Browse files
committed
chore: revert target cpu
1 parent cd4f874 commit 425ba4e

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.cargo/config.toml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,2 @@
11
[build]
22
rustdocflags = ["--html-in-header", "docs/katex-header.html"]
3-
rustflags = ["-C", "target-cpu=native"]
4-
5-
[target.aarch64-apple-darwin]
6-
rustflags = [
7-
"-C", "target-cpu=native",
8-
"-C", "target-feature=+aes,+sha2,+fp16,+i8mm",
9-
]
10-
11-
[target.x86_64-apple-darwin]
12-
rustflags = ["-C", "target-cpu=native"]
13-
14-
[target.x86_64-unknown-linux-gnu]
15-
rustflags = ["-C", "target-cpu=native"]
16-
17-
[target.aarch64-unknown-linux-gnu]
18-
rustflags = ["-C", "target-cpu=native"]
19-
20-
[target.wasm32-unknown-unknown]
21-
rustflags = ["-C", "target-feature=+simd128"]

0 commit comments

Comments
 (0)