diff options
Diffstat (limited to 'src/debug_flags.cc')
-rw-r--r-- | src/debug_flags.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug_flags.cc b/src/debug_flags.cc index ccd4396..8065001 100644 --- a/src/debug_flags.cc +++ b/src/debug_flags.cc @@ -16,4 +16,4 @@ bool g_explaining = false; bool g_keep_rsp = false; -bool g_experimental_win_statcache = true; +bool g_experimental_statcache = true; |