|
1 | 1 | [build] |
2 | | -rustflags = ["-Z", "mutable-noalias"] |
| 2 | +rustflags = ["-Z", "mutable-noalias=yes"] |
3 | 3 |
|
4 | 4 | [target.x86_64] |
5 | | -rustflags = ["-Z", "mutable-noalias", "-C", "target-feature=+use-aa,+sse2"] |
| 5 | +rustflags = ["-Z", "mutable-noalias=yes", "-C", "target-feature=+sse2"] |
| 6 | + |
| 7 | +[target.x86_64-unknown-linux-gnu] |
| 8 | +rustflags = ["-Z", "mutable-noalias=yes", "-C", "target-feature=+sse2"] |
6 | 9 |
|
7 | 10 | [target.x86_64-unknown-linux-musl] |
8 | | -rustflags = ["-Z", "mutable-noalias", "-C", "target-feature=+use-aa,+sse2,-crt-static"] |
| 11 | +rustflags = ["-Z", "mutable-noalias=yes", "-C", "target-feature=+sse2,-crt-static"] |
9 | 12 |
|
10 | 13 | [target.aarch64-unknown-linux-musl] |
11 | | -rustflags = ["-Z", "mutable-noalias", "-C", "target-feature=+use-aa,-crt-static"] |
| 14 | +rustflags = ["-Z", "mutable-noalias=yes", "-C", "target-feature=-crt-static"] |
| 15 | + |
| 16 | +[target.aarch64-unknown-linux-gnu] |
| 17 | +rustflags = ["-Z", "mutable-noalias=yes"] |
12 | 18 |
|
13 | 19 | [target.i686] |
14 | | -rustflags = ["-Z", "mutable-noalias", "-C", "target-feature=+use-aa,+sse2"] |
| 20 | +rustflags = ["-Z", "mutable-noalias=yes", "-C", "target-feature=+sse2"] |
15 | 21 |
|
16 | 22 | [target.armv7] |
17 | | -rustflags = ["-Z", "mutable-noalias", "-C", "target-feature=+use-aa,+neon"] |
| 23 | +rustflags = ["-Z", "mutable-noalias=yes", "-C", "target-feature=+neon"] |
0 commit comments