diff options
Diffstat (limited to 'flags.cc')
| -rw-r--r-- | flags.cc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -99,6 +99,10 @@ void Flags::Parse(int argc, char** argv) { detect_depfiles = true; } else if (!strcmp(arg, "--color_warnings")) { color_warnings = true; + } else if (!strcmp(arg, "--werror_find_emulator")) { + werror_find_emulator = true; + } else if (!strcmp(arg, "--werror_overriding_commands")) { + werror_overriding_commands = true; } else if (ParseCommandLineOptionWithArg( "-j", argv, &i, &num_jobs_str)) { num_jobs = strtol(num_jobs_str, NULL, 10); |
