This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Reduce Dwarf Debug Size


On 2/27/07, Lawrence Crowl <crowl@google.com> wrote:
-gstruct[=spec-list]

This option works only with DWARF.

How does it interact with -femit-class-debug-always?


-femit-class-debug-always Do not suppress C++ class debug information.

Also can you rename the option to something like:
-femit-struct-debug[=spec-list].  To me a -gstruct option means there
is a debugging type named struct which is not the case as the type is
still dwarf2/3.

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]