Skip to content

Commit d97d906

Browse files
committed
WIP: Do not disable preprocessor cache mode anymore for -MD and friends
It should work now.
1 parent 7535426 commit d97d906

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/gcc.rs

-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ where
372372
}
373373
Some(Output(p)) => output_arg = Some(p.clone()),
374374
Some(NeedDepTarget) => {
375-
too_hard_for_preprocessor_cache_mode = Some(arg.to_os_string());
376375
need_explicit_dep_target = true;
377376
if let DepArgumentRequirePath::NotNeeded = need_explicit_dep_argument_path {
378377
need_explicit_dep_argument_path = DepArgumentRequirePath::Missing;

0 commit comments

Comments
 (0)