This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-pg option
- From: Reza Roboubi <reza at linisoft dot com>
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Fri, 26 Jul 2002 08:01:24 -0700
- Subject: -pg option
- Organization: Linisoft
In my previous message I asked:
What is the right way to turn on the -pg option when we are compiling
gcc 3.x?
(So that we can profile the resulting executables with gprof)
Since nobody has responded, should I assume there is no "standard" way
to do it?
I'd really appreciate even any good hints you can provide. Right now
I'm just trying to understand the code better to possibly make changes
to it later.
Thank you.