Re: [Gammaray-interest] Release probe

2015-07-10 Thread Allen Winter
Try building GammaRay in release mode as well. Do this by passing -DCMAKE_BUILD_TYPE=release to cmake. for example: cd gammaray-2.2.1 mkdir build-release cd build-release cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release .. nmake nmake install On Thursday, July 09, 2015 08:38:26 PM Alex Lu

Re: [Gammaray-interest] GammaRay 2.3.0

2015-07-10 Thread Allen Winter
On Friday, July 10, 2015 10:39:15 AM Volker Krause wrote: > On Thursday 09 July 2015 12:46:06 Allen Winter wrote: > > On Thursday, July 09, 2015 05:31:35 PM Volker Krause wrote: > > > On Tuesday 30 June 2015 11:36:21 Allen Winter wrote: > > > > Howdy, > > > > > > > > Volker and Kevin think we need

Re: [Gammaray-interest] GammaRay 2.3.0

2015-07-10 Thread Volker Krause
On Thursday 09 July 2015 12:46:06 Allen Winter wrote: > On Thursday, July 09, 2015 05:31:35 PM Volker Krause wrote: > > On Tuesday 30 June 2015 11:36:21 Allen Winter wrote: > > > Howdy, > > > > > > Volker and Kevin think we need a stable version that builds with Qt5.5, > > > so > > > let's make th