Re: [Tracker] tracker-indexer does not index all files



Jamie McCracken wrote:
that should also save every debug message to
~/.local/share/tracker/tracker-indexer.log, it'd also be useful to see
the last messages before the crash.
A question: how do you compile all the code with -g for debugging?
In the past, "configure" had --enable-debug parameter but it is now
gone.
I have to modify each Makefile by hand...

--enable-debug-code in configure

I removed this.
It is totally unnecessary and breaks CFLAGS.
By default "-g -O2" is used by autotools.

When building packages, this is stripped, -g is not used.

If you want to use different CFLAGS, use something like:

  CFLAGS="-g -O0" ./autogen.sh

-- 
Regards,
Martyn



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]