We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06bd31 commit 9db5330Copy full SHA for 9db5330
1 file changed
libmimalloc-sys/build.rs
@@ -96,18 +96,6 @@ fn main() {
96
}
97
98
99
- if target_arch == "aarch64" {
100
- if compiler.is_like_msvc() {
101
- if compiler.is_like_clang() {
102
- build.flag_if_supported("-march=armv8.1-a");
103
- } else {
104
- build.flag_if_supported("/arch:armv8.1");
105
- }
106
107
108
109
110
-
111
if (target_os == "linux" || target_os == "android")
112
&& env::var_os("CARGO_FEATURE_NO_THP").is_some()
113
{
0 commit comments