I have an automake project.
By default, its compiled with -g -O2
I need -g3 -O0 to debug it
How to do it?
Thanks
-jec
-------- Message d'origine--------
De: Tom Tromey [mailto:[EMAIL PROTECTED]]
Date: mer. 24/07/2002 16:55
À: Jean-Eric Cuendet
Cc: [EMAIL PROTECTED]
Objet: Re: Removing Optim
>>>>> "Jean-Eric" == Jean-Eric Cuendet <[EMAIL PROTECTED]>
writes:
Jean-Eric> Could someone tell me how to remove optims in my
Jean-Eric> autoconf/automake project? I use gcc 2.96 on Linux with
Jean-Eric> autoconf 2.53 and automake 1.5
I don't know what this means. Could you clarify?
Tom