Re: how to build lilypond in debug mode?

2013-07-26 Thread immanuel litzroth
pass the debug flags to the configure call. CXXFLAGS=-ggdb3 ./configure possible args you can also build a profiling build throught the same mechanism. The --with-debug or like switches that a configure call supports should refer to extra debugging checks in the code switched on. i On Fri, Jul

Re: how to build lilypond in debug mode?

2013-07-26 Thread Benkő Pál
pass the debug flags to the configure call. CXXFLAGS=-ggdb3 ./configure possible args you can also build a profiling build throught the same mechanism. The --with-debug or like switches that a configure call supports should refer to extra debugging checks in the code switched on. even

Re: how to build lilypond in debug mode?

2013-07-26 Thread immanuel litzroth
I don't think that that is how it's supposed to work in autotools in general, but if it works: great! Immanuel On Fri, Jul 26, 2013 at 8:59 AM, Benkő Pál benko@gmail.com wrote: pass the debug flags to the configure call. CXXFLAGS=-ggdb3 ./configure possible args you can also build a