aboutsummaryrefslogtreecommitdiff
path: root/flags.h
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-06-10 12:48:47 -0700
committerDan Willemsen <dwillemsen@google.com>2018-06-11 14:52:17 -0700
commitcf1fa88b95cc6b5006d8fe3d0e1c5ed7cccecc41 (patch)
treebfcf2d412526bcb8c57467ce3da22d58e1dda48b /flags.h
parent27abbbd5ca854ecaa387042118be76b2bc0aca1c (diff)
downloadkati-cf1fa88b95cc6b5006d8fe3d0e1c5ed7cccecc41.tar.gz
Add --no_builtin_rules
This is similar to make's --no-builtin-rule, and removes the default suffix rules (that may be unused if .SUFFIXES is emptied). Change-Id: I9231f0e516ecc7947c01a9a896ff70c2b1004f38
Diffstat (limited to 'flags.h')
-rw-r--r--flags.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flags.h b/flags.h
index 53e777b..99d8000 100644
--- a/flags.h
+++ b/flags.h
@@ -40,6 +40,7 @@ struct Flags {
bool regen_ignoring_kati_binary;
bool use_find_emulator;
bool color_warnings;
+ bool no_builtin_rules;
bool werror_find_emulator;
bool werror_overriding_commands;
const char* goma_dir;