On Wednesday, August 10, 2011 01:41:05 AM Khem Raj wrote:
> On Tue, Aug 9, 2011 at 4:21 PM, Andreas Mueller wrote:
> > Hi
> >
> > I am debugging thunar to find the reason for segfault and modified the
> > recipe to be compiled without optimization -O0. Now I need to step into
> > shared libraries
On Tue, Aug 9, 2011 at 4:21 PM, Andreas Mueller wrote:
> Hi
>
> I am debugging thunar to find the reason for segfault and modified the recipe
> to
> be compiled without optimization -O0. Now I need to step into shared libraries
> too but since they are compiled with optimization it causes confusi
Hi
I am debugging thunar to find the reason for segfault and modified the recipe
to
be compiled without optimization -O0. Now I need to step into shared libraries
too but since they are compiled with optimization it causes confusing step
seqences.
So: How do I force -O0 optimization for whole