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