We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7535426 commit d97d906Copy full SHA for d97d906
src/compiler/gcc.rs
@@ -372,7 +372,6 @@ where
372
}
373
Some(Output(p)) => output_arg = Some(p.clone()),
374
Some(NeedDepTarget) => {
375
- too_hard_for_preprocessor_cache_mode = Some(arg.to_os_string());
376
need_explicit_dep_target = true;
377
if let DepArgumentRequirePath::NotNeeded = need_explicit_dep_argument_path {
378
need_explicit_dep_argument_path = DepArgumentRequirePath::Missing;
0 commit comments