Debugging Symbols compile options

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
JoeMCJoe
Newbie
Newbie
Posts: 1
Joined: Fri Jun 19, 2009 4:45 pm

Debugging Symbols compile options

Post by JoeMCJoe »

Hi,
by building wine from source, which option in ./configure do I have to set to turn debugging symbols on or off?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Debugging Symbols compile options

Post by austin987 »

On Fri, Jun 19, 2009 at 4:48 PM, JoeMCJoe<[email protected]> 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
Locked