This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
using '-g' with optimizations
- From: Jim Marshall <jim dot marshall at wbemsolutions dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 12 Jul 2007 14:44:42 -0400
- Subject: using '-g' with optimizations
I know this has been asked a million times, but...
The GCC docs say you can use -g along with optimizations. However -g
implies that certain optimizations are disabled (e.g. function
inlining). So I am curious as to what side affect adding -g along with
-O2 will have on the generated code (no inlined functions etc...)
Thanks
-Jim