commit | 082182275fc96928d5416f1f0cdfd49ef9ac8f37 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon May 18 14:02:02 2020 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Mon May 18 17:52:28 2020 -0700 |
tree | a2281e0984cc6a5fefefd8ca11f12878e1d09b3b | |
parent | 49e94c0a928cfc2303834fbc36bd956c56de02c7 [diff] [blame] |
Update ninja proto, always enable `ninja -d stats` The stats output will now use the new "DEBUG" message type, which we can always redirect to verbose.log.gz. Test: m aprotoc (look in verbose.log.gz) Change-Id: Ie1b58f12c008ff7d29f11ff7a9807488dba8a504
diff --git a/ui/build/ninja.go b/ui/build/ninja.go index 1b13e5d..fa44cb1 100644 --- a/ui/build/ninja.go +++ b/ui/build/ninja.go
@@ -39,6 +39,7 @@ args := []string{ "-d", "keepdepfile", "-d", "keeprsp", + "-d", "stats", "--frontend_file", fifo, }