diff --git a/src/project.cc b/src/project.cc index 11617fe1..a194b31f 100644 --- a/src/project.cc +++ b/src/project.cc @@ -80,7 +80,7 @@ std::vector kBlacklistMulti = { // Blacklisted flags which are always removed from the command line. std::vector kBlacklist = { - "-c", "-MP", "-MD", "-MMD", "--fcolor-diagnostics", + "-c", "-MP", "-MD", "-MMD", "--fcolor-diagnostics", "-showIncludes" }; // Arguments which are followed by a potentially relative path. We need to make