Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Ignore cl's -showIncludes
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-r-s authored and jacobdufault committed Mar 23, 2018
1 parent 1b5ba26 commit 391ab7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ std::vector<std::string> kBlacklistMulti = {

// Blacklisted flags which are always removed from the command line.
std::vector<std::string> 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
Expand Down

0 comments on commit 391ab7f

Please sign in to comment.