summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-04-26 03:18:42 (GMT)
committerEvan Martin <martine@danga.com>2012-04-26 03:18:42 (GMT)
commit5527e5485a2e513384d513cae9fc1209b4e590a6 (patch)
treecceadf73758143f31eb15e2d99adfe91e5ed6659 /configure.py
parent256d00da2243f2c6d069ac04e86d5c8cf0f82075 (diff)
parent1aae1bc765acf6a21b2fcb088f44bba8f3badec7 (diff)
downloadNinja-5527e5485a2e513384d513cae9fc1209b4e590a6.zip
Ninja-5527e5485a2e513384d513cae9fc1209b4e590a6.tar.gz
Ninja-5527e5485a2e513384d513cae9fc1209b4e590a6.tar.bz2
Merge pull request #269 from sgraham/explain
add support for -d explain to help debug why rules are running
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index b5c986d..79d6ac9 100755
--- a/configure.py
+++ b/configure.py
@@ -215,6 +215,7 @@ for name in ['build',
'disk_interface',
'edit_distance',
'eval_env',
+ 'explain',
'graph',
'graphviz',
'lexer',