OT: Why -g when compiling
Erno Kuusela
erno-news at erno.iki.fi
Wed Dec 24 16:29:26 EST 2003
More information about the Python-list mailing list
Wed Dec 24 16:29:26 EST 2003
- Previous message (by thread): OT: Why -g when compiling
- Next message (by thread): OT: Why -g when compiling
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Michael Hudson <mwh at python.net> writes: > I don't know if the various linkers around are smart enough to > not load debugging information until it's asked for... afaik the dynamic linker (or kernel) never loads the debugging info, that' be the job of the debugger. the debugging info gets put in a separate section in the binary. -- erno
- Previous message (by thread): OT: Why -g when compiling
- Next message (by thread): OT: Why -g when compiling
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list