diff options
Diffstat (limited to 'src/debug_flags.h')
-rw-r--r-- | src/debug_flags.h | 2 |
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_ |