Tell compiler to not generate debug info for standard libraries.
I have a project where I am analyzing DWARF information from C++ files. My
system works well for simple C++ files, but gets messed up when I start
adding #includes because the #includes dump in tons of extra (and
generally unnecessary) code. Is there a way I can tell the compiler (g++)
to not generate debug info for standard libraries? I would think so since
when you debug code there are chunks where the IDE will says "source code
not available."
No comments:
Post a Comment