Skip to content

Commit 8fb58bd

Browse files
committed
Reduce fallthrough rustflags due to ppcle64 warnings
1 parent 3791291 commit 8fb58bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cargo/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build]
2-
rustflags = ["-Z", "mutable-noalias", "-C", "target-feature=+use-aa"]
2+
rustflags = ["-Z", "mutable-noalias"]
33

44
[target.x86_64]
55
rustflags = ["-Z", "mutable-noalias", "-C", "target-feature=+use-aa,+sse2"]

0 commit comments

Comments
 (0)