Merge "Always keep rsp files"

This commit is contained in:
Treehugger Robot 2020-03-12 20:16:54 +00:00 committed by Gerrit Code Review
commit 37b8759be3

View file

@ -38,6 +38,7 @@ func runNinja(ctx Context, config Config) {
executable := config.PrebuiltBuildTool("ninja")
args := []string{
"-d", "keepdepfile",
"-d", "keeprsp",
"--frontend_file", fifo,
}