On Thu 06 Mar 2014 10:41:47 Jeff Janes wrote:
> I've found that I can get debuggings symbols by manually forcing it, using:
> 
> make CFLAGS='-g -O2 -Wall'

i would generally advise against this in autoconf based projects.  set your 
CFLAGS before running configure instead:
        ./configure CFLAGS='-g -O2 -Wall' ...
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to