This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

disable all cfi and debugging information


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]