This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Debugging information slowdown?
- From: Ian Lance Taylor <ian at airs dot com>
- To: tommstein at myway dot com
- Cc: gcc-help at gcc dot gnu dot org
- Date: 24 Feb 2006 23:49:11 -0800
- Subject: Re: Debugging information slowdown?
- References: <20060225071329.A43F9395D@mprdmxin.myway.com>
"Tommy" <tommstein@myway.com> writes:
> I have a quick question: does adding debugging information (with -g
> and/or friends) make the generated code slower? Thank you.
No.
The -g options do not affect the generated code.
Ian