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 ea3ddf3 commit cd2dbe9Copy full SHA for cd2dbe9
src/bootstrap/src/bin/rustc.rs
@@ -150,7 +150,7 @@ fn main() {
150
{
151
cmd.arg("-Ztls-model=initial-exec");
152
}
153
- } else if std::env::var("MIRI").is_err() {
+ } else {
154
// Find any host flags that were passed by bootstrap.
155
// The flags are stored in a RUSTC_HOST_FLAGS variable, separated by spaces.
156
if let Ok(flags) = std::env::var("RUSTC_HOST_FLAGS") {
0 commit comments