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:
parent
c3e9263d7e
commit
706d5f6730
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ func runNinja(ctx Context, config Config) {
|
|||
executable := config.PrebuiltBuildTool("ninja")
|
||||
args := []string{
|
||||
"-d", "keepdepfile",
|
||||
"-d", "keeprsp",
|
||||
"--frontend_file", fifo,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue