* options.h (class General_options): Add --noinhibit-exec option.
* main.cc (main): Check --noinhibit-exec.
This commit is contained in:
parent
0864d55193
commit
cdb0b8f565
3 changed files with 10 additions and 1 deletions
|
@ -538,6 +538,9 @@ class General_options
|
|||
DEFINE_string(m, options::EXACTLY_ONE_DASH, 'm', "",
|
||||
N_("Ignored for compatibility"), N_("EMULATION"));
|
||||
|
||||
DEFINE_bool(noinhibit_exec, options::TWO_DASHES, '\0', false,
|
||||
N_("Create an output file even if errors occur"), NULL);
|
||||
|
||||
DEFINE_string(output, options::TWO_DASHES, 'o', "a.out",
|
||||
N_("Set output file name"), N_("FILE"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue