Skip to content

Commit

Permalink
Add --protocopt=--include_source_info by default
Browse files Browse the repository at this point in the history
See bazelbuild#9337

Note: This is not for review.
  • Loading branch information
Yannic committed Oct 13, 2019
1 parent c731933 commit 322620a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,8 @@ static CustomCommandLine createCommandLineFromToolchains(
}
}

cmdLine.addAll(ImmutableList.of("--include_source_info"));

cmdLine.addAll(protocOpts);

// Add include maps
Expand Down

0 comments on commit 322620a

Please sign in to comment.