Always keep rsp files

It's painful to debug without these.

Bug: 151160048
Test: do a build; find out -name '*.rsp'
Change-Id: I6fc25095442178c0bcbc1dea444ba51e9259c600
Merged-In: I6fc25095442178c0bcbc1dea444ba51e9259c600
This commit is contained in:
Dan Willemsen 2020-03-12 10:30:35 -07:00 committed by Anton Hansson
parent c3e9263d7e
commit 706d5f6730

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