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
_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to