Ninja
Variables
debug_flags.cc File Reference
#include <stdio.h>
#include <map>
#include <vector>
#include <string>
#include "graph.h"
Include dependency graph for debug_flags.cc:

Go to the source code of this file.

Variables

bool g_experimental_statcache = true
 
bool g_explaining = false
 
bool g_keep_depfile = false
 
bool g_keep_rsp = false
 

Variable Documentation

◆ g_experimental_statcache

bool g_experimental_statcache = true

Definition at line 28 of file debug_flags.cc.

◆ g_explaining

bool g_explaining = false

Definition at line 22 of file debug_flags.cc.

◆ g_keep_depfile

bool g_keep_depfile = false

Definition at line 24 of file debug_flags.cc.

Referenced by Builder::ExtractDeps().

◆ g_keep_rsp

bool g_keep_rsp = false

Definition at line 26 of file debug_flags.cc.

Referenced by Builder::FinishCommand().