diff options
author | Simon Baldwin <simonb@google.com> | 2012-08-24 14:58:06 +0000 |
---|---|---|
committer | Simon Baldwin <simonb@gcc.gnu.org> | 2012-08-24 14:58:06 +0000 |
commit | 77ee71904f68501c75422f5b17ca8d3ab103889c (patch) | |
tree | 2944d36fc19bbe79e44c100cd2be738c317da3ba /gcc/doc | |
parent | a9b94d0dd9c112c922d84b6cd171a06a2bbff5ec (diff) | |
download | gcc-77ee71904f68501c75422f5b17ca8d3ab103889c.zip gcc-77ee71904f68501c75422f5b17ca8d3ab103889c.tar.gz gcc-77ee71904f68501c75422f5b17ca8d3ab103889c.tar.bz2 |
dwarf2out.c (gen_producer_string): Omit command line switch if CL_NO_DWARF_RECORD flag set.
gcc/ChangeLog
* dwarf2out.c (gen_producer_string): Omit command line switch if
CL_NO_DWARF_RECORD flag set.
* opts.h (CL_NO_DWARF_RECORD): New.
* opt-functions.awk (switch_flags): Add NoDWARFRecord.
* doc/options.texi: Document NoDWARFRecord option flag.
gcc/fortran/ChangeLog
* lang.opt (-cpp=): Mark flag NoDWARFRecord.
From-SVN: r190648
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/options.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/options.texi b/gcc/doc/options.texi index ef72030..9c004c8 100644 --- a/gcc/doc/options.texi +++ b/gcc/doc/options.texi @@ -468,4 +468,8 @@ of @option{-@var{opt}}, if not explicitly set. It is possible to specify several different languages. Each @var{language} must have been declared by an earlier @code{Language} record. @xref{Option file format}. + +@item NoDWARFRecord +The option is omitted from the producer string written by +@option{-grecord-gcc-switches}. @end table |