From 9ba87673b8c2cf040780a4a0103c01e18a006a91 Mon Sep 17 00:00:00 2001 From: Patrick Reisert Date: Thu, 22 Mar 2018 10:00:59 +0100 Subject: [PATCH] Ignore cl's -showIncludes --- src/project.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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