Re: [LMMS-devel] How to do a debug build of LMMS?

2010-02-07 Thread Andy Kelley
I always have to comment out that line in CMakeLists.txt that has -O2 On Sun, Feb 7, 2010 at 6:07 PM, Nikos Chantziaras wrote: > I'm trying to build LMMS for debugging purposes without optimizations, > but setting the CFLAGS and CXXFLAGS env vars doesn't help; the LMMS > build system always appe

Re: [LMMS-devel] Segfaults

2010-02-07 Thread Nikos Chantziaras
On 12/05/2009 03:36 AM, Nikos Chantziaras wrote: > LMMS is segfaulting almost all the time if I play notes quickly using > the keyboard or the mouse (holding the mouse button and moving the mouse > quickly left/right over the piano view): > > lmms[2594] trap int3 ip:3000c059a1 sp:7fffc988 error

[LMMS-devel] How to do a debug build of LMMS?

2010-02-07 Thread Nikos Chantziaras
I'm trying to build LMMS for debugging purposes without optimizations, but setting the CFLAGS and CXXFLAGS env vars doesn't help; the LMMS build system always appends "-O2 -ftree-vectorize" and other options. What can I do here? -