public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* disable all cfi and debugging information
@ 2012-08-17  8:40 Reza Roboubi
  2012-08-17 14:13 ` Andrew Haley
  0 siblings, 1 reply; 3+ messages in thread
From: Reza Roboubi @ 2012-08-17  8:40 UTC (permalink / raw)
  To: gcc-help

Hi,
I'm using
g++ -g0 -ggdb0 -gstabs0 -O2 -S and still seeing cfi directives in my
assembly output file.

How can I _fully_ silence all this noise?

Thanks,
Reza.

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

* Re: disable all cfi and debugging information
  2012-08-17  8:40 disable all cfi and debugging information Reza Roboubi
@ 2012-08-17 14:13 ` Andrew Haley
  2013-08-15 18:05   ` wxz
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Haley @ 2012-08-17 14:13 UTC (permalink / raw)
  To: Reza Roboubi; +Cc: gcc-help

On 08/17/2012 09:23 AM, Reza Roboubi wrote:
> g++ -g0 -ggdb0 -gstabs0 -O2 -S and still seeing cfi directives in my
> assembly output file.
> 
> How can I _fully_ silence all this noise?

You can't: C++ has exceptions, and C++ exceptions use DWARF
unwinder data.  You can compile some C++ with -fno-exceptions.

Andrew.

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

* Re: disable all cfi and debugging information
  2012-08-17 14:13 ` Andrew Haley
@ 2013-08-15 18:05   ` wxz
  0 siblings, 0 replies; 3+ messages in thread
From: wxz @ 2013-08-15 18:05 UTC (permalink / raw)
  To: gcc-help



with  -fno-asynchronous-unwind-tables

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

end of thread, other threads:[~2013-08-15 18:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-17  8:40 disable all cfi and debugging information Reza Roboubi
2012-08-17 14:13 ` Andrew Haley
2013-08-15 18:05   ` wxz

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 read-only IMAP folder(s) and NNTP newsgroup(s).