bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] Debug symbols


From: Mike Frysinger
Subject: Re: [Bug-wget] Debug symbols
Date: Sun, 09 Mar 2014 19:28:53 -0400
User-agent: KMail/4.12.3 (Linux/3.13.0; KDE/4.12.3; x86_64; ; )

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

[Prev in Thread] Current Thread [Next in Thread]