linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* -fomit-frame-pointer + -g
@ 2004-10-10 11:07 Ricardo Catalinas Jimenez
  2004-10-10 11:15 ` Jan-Benedict Glaw
  0 siblings, 1 reply; 5+ messages in thread
From: Ricardo Catalinas Jimenez @ 2004-10-10 11:07 UTC (permalink / raw)
  To: linux-c-programming

hi everybody,

my system is configures with the CHOST, CFLAGS & CXXFLAGS to use the useful
'-fomit-frame-pointer' flag. But when I want to debug one of my binaries, I
add manualy to the compilation process the '-g' flag.

My computer is an ia32 where the '-fomit-frame-pointer' is incompatible for
debuging.


I looked on the web but I didn't find if when I use both options what happend.

So when I do: gcc -o test test.c -g -fomit-frame-pointer

What happend, can I debug correctly?

If not, what I have to do? Should I disable the '-fomit-frame-pointer'
manually every time I want to debug?

Thanks in advande.
-- 
Ricardo Catalinas Jimenez    Madrid, Spain.
th1nk3r(at)server01(dot)org  citizen01@jabber.org 
My gpg public key at: http://www.server01.org/pubkey

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-10-11  5:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-10 11:07 -fomit-frame-pointer + -g Ricardo Catalinas Jimenez
2004-10-10 11:15 ` Jan-Benedict Glaw
2004-10-10 16:09   ` Ricardo Catalinas Jimenez
2004-10-10 22:55     ` Is there any function to delete lines from a text file Edward Parrilla
2004-10-11  5:31       ` Jan-Benedict Glaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).