Re: Manipulate debug info in ELF file

"VBDis" <vbdis@aol.com>
13 Nov 2002 12:20:49 -0500

          From comp.compilers

Related articles
Manipulate debug info in ELF file adwait@iit.edu (Adwait Sathe) (2002-11-12)
Re: Manipulate debug info in ELF file vbdis@aol.com (VBDis) (2002-11-13)
| List of all articles for this month |

From: "VBDis" <vbdis@aol.com>
Newsgroups: comp.compilers
Date: 13 Nov 2002 12:20:49 -0500
Organization: AOL Bertelsmann Online GmbH & Co. KG http://www.germany.aol.com
References: 02-11-064
Keywords: debug
Posted-Date: 13 Nov 2002 12:20:49 EST

  Sathe" <adwait@iit.edu> schreibt:


>3. Remove the record if debug info for that file in not required.


Why do you ever compile files with debug information, if you don't need that
information later?


I'd tell the compiler for which files to create or not to create debug
information. If this is impossible, then you are definitely using the wrong
tools for your business - either the compiler or the debugger doesn't fit your
needs, and at least one of them should be replaced by a useful tool.


DoDi


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.