Merge "Always keep rsp files"
This commit is contained in:
commit
37b8759be3
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