Hi, by building wine from source, which option in ./configure do I have to set to turn debugging symbols on or off?
On Fri, Jun 19, 2009 at 4:48 PM, JoeMCJoe<wineforum-user at winehq.org> wrote:> Hi, > by building wine from source, which option in ./configure do I have to set to turn debugging symbols on or off?Should be on by default, you can force it with: $ CFLAGS=-g ./configure -- -Austin