On Tue, Aug 9, 2011 at 4:21 PM, Andreas Mueller <[email protected]> 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 confusing step > seqences. > > So: How do I force -O0 optimization for whole images? >
couple of ways. Set DEBUG_BUILD = "1" in your local.conf and recompile this will build stuff with -O1 which is better for debugging then -O2 otherwise you can override SELECTED_OPTIMIZATION = "whatever you want" in local.conf > Andreas > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
