summaryrefslogtreecommitdiffstats
path: root/src/debug_flags.h
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2014-06-27 20:03:41 (GMT)
committerNico Weber <thakis@chromium.org>2014-06-27 20:03:41 (GMT)
commitf6baa1b8e83efe007af3485f0595bec00f830a8f (patch)
tree890dafa85ff682b7f606784a30287b38fab1a720 /src/debug_flags.h
parent234e49931293c9df77cc696b40038827b34a0bbf (diff)
downloadNinja-f6baa1b8e83efe007af3485f0595bec00f830a8f.zip
Ninja-f6baa1b8e83efe007af3485f0595bec00f830a8f.tar.gz
Ninja-f6baa1b8e83efe007af3485f0595bec00f830a8f.tar.bz2
Rename -d nowinstatcache to -d nostatcache; might become useful elsewhere (#787)
Diffstat (limited to 'src/debug_flags.h')
-rw-r--r--src/debug_flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug_flags.h b/src/debug_flags.h
index 4ffef75..7965585 100644
--- a/src/debug_flags.h
+++ b/src/debug_flags.h
@@ -26,6 +26,6 @@ extern bool g_explaining;
extern bool g_keep_rsp;
-extern bool g_experimental_win_statcache;
+extern bool g_experimental_statcache;
#endif // NINJA_EXPLAIN_H_