summaryrefslogtreecommitdiffstats
path: root/src/debug_flags.h
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-06-27 20:19:46 (GMT)
committerNico Weber <nicolasweber@gmx.de>2014-06-27 20:19:46 (GMT)
commit69bfacebae8315de585837f625739e7621fa38d4 (patch)
tree8a61e69a62ebc56f7b96463c910975d58ba09e7c /src/debug_flags.h
parent63d5b1013cafb2db95687cf446eb5bb68cf6a27a (diff)
parent7c231a3d0d800bfc2602da097b34d1edca2f600f (diff)
downloadNinja-1.5.0.zip
Ninja-1.5.0.tar.gz
Ninja-1.5.0.tar.bz2
v1.5.0v1.5.0
Diffstat (limited to 'src/debug_flags.h')
-rw-r--r--src/debug_flags.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug_flags.h b/src/debug_flags.h
index ba3ebf3..7965585 100644
--- a/src/debug_flags.h
+++ b/src/debug_flags.h
@@ -26,4 +26,6 @@ extern bool g_explaining;
extern bool g_keep_rsp;
+extern bool g_experimental_statcache;
+
#endif // NINJA_EXPLAIN_H_