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 4fd1c77 commit 22e8cedCopy full SHA for 22e8ced
src/bootstrap/native.rs
@@ -423,6 +423,7 @@ fn configure_cmake(
423
if let Some(ref s) = builder.config.llvm_cflags {
424
cflags.push_str(&format!(" {}", s));
425
}
426
+ // Some compiler features used by LLVM (such as thread locals) will not work on a min version below iOS 10.
427
if target.contains("apple-ios") {
428
if target.contains("86-") {
429
cflags.push_str(" -miphonesimulator-version-min=10.0");
0 commit comments