On 16-Mar-2001 Andre Poenitz wrote:
>> Are you sure that there is not a flag to gcc such that you can compile
>> with -O, but without inlining?
> 
> -fno-inline   would sound appropriate, wouldn't it?

It's not so much the inlined code I don't use -O (sometimes) for debugging
it's that optimization optimizes away some variables which you sometimes
need to see what's going on and it's easier to just do CXXFLAGS=-g ./configure
then put printf() statements to just see what's inside a variable.

        Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna        E-Mail:  [EMAIL PROTECTED]
Italienallee 13/N       Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen           Web:     http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

When I was crossing the border into Canada, they asked if
I had any firearms with me.  I said, "Well, what do you need?"
                -- Steven Wright

Reply via email to