Always keep rsp files

It's painful to debug without these.

Test: do a build; find out -name '*.rsp'
Change-Id: I6fc25095442178c0bcbc1dea444ba51e9259c600
This commit is contained in:
Dan Willemsen
2020-03-12 10:30:35 -07:00
parent ea0006fcc0
commit 6d3cad93e8

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,
}