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]

Re: gcc optimization option flags


Hi Swami,

> Thank you very much for your quick response.
> But -fverbose-asm and -save-temps doesn't help to list the flags.

Lists the flags for me.

touch empty.cpp
g++ -c -O2 -fverbose-asm -save-temps empty.cpp
cat empty.s

Sincerely,
--Eljay


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