drop -dumpbase-ext from producer string
The -dumpbase and -dumpdir options are excluded from the producer string output in debug information, but -dumpbase-ext was not. This patch excludes it as well. for gcc/ChangeLog * opts.c (gen_command_line_string): Exclude -dumpbase-ext.
This commit is contained in:
parent
d75199f782
commit
e63c2161d0
@ -3286,6 +3286,7 @@ gen_command_line_string (cl_decoded_option *options,
|
||||
case OPT_o:
|
||||
case OPT_d:
|
||||
case OPT_dumpbase:
|
||||
case OPT_dumpbase_ext:
|
||||
case OPT_dumpdir:
|
||||
case OPT_quiet:
|
||||
case OPT_version:
|
||||
|
Loading…
x
Reference in New Issue
Block a user