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 eb81a71 commit 6004164Copy full SHA for 6004164
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