Re: [OE-core] Howto create image with -O0 optimization

2011-08-10 Thread Andreas Mueller
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

Re: [OE-core] Howto create image with -O0 optimization

2011-08-09 Thread Khem Raj
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

[OE-core] Howto create image with -O0 optimization

2011-08-09 Thread Andreas Mueller
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