Re: [Firebird-devel] building FB3 for valgrind

2016-06-17 Thread Alex Peshkoff
On 06/17/2016 10:25 AM, Paul Reeves wrote: > I tried to build FB3 for valgrind yesterday, without any success. > > AFAICT, all that is needed is to declare DEV_FLAGS with -DUSE_VALGRIND > and then run make Debug. > > The first build problem arrives with DELAYED_EXTENT_COUNT being used in > anonymou

[Firebird-devel] building FB3 for valgrind

2016-06-17 Thread Paul Reeves
I tried to build FB3 for valgrind yesterday, without any success. AFAICT, all that is needed is to declare DEV_FLAGS with -DUSE_VALGRIND and then run make Debug. The first build problem arrives with DELAYED_EXTENT_COUNT being used in anonymous namespace, before it has been defined. That was easy