Re: compiling out debugging messages?

2007-02-13 Thread Michael Stefaniuc
Lei Zhang wrote: > On 2/12/07, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: >> Lei Zhang wrote: >> > Also, the patch from 2007/04/17 only removed -DWINE_NO_DEBUG_MSGS / >> > -DWINE_NO_TRACE_MSGS from configure, but not from >> > include/wine/debug.h. >> Right, it was a problem with a lot of people

Re: compiling out debugging messages?

2007-02-13 Thread Lei Zhang
On 2/12/07, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: Lei Zhang wrote: > Also, the patch from 2007/04/17 only removed -DWINE_NO_DEBUG_MSGS / > -DWINE_NO_TRACE_MSGS from configure, but not from > include/wine/debug.h. Right, it was a problem with a lot of people turning debug messages off and s

Re: compiling out debugging messages?

2007-02-12 Thread Michael Stefaniuc
Lei Zhang wrote: > Also, the patch from 2007/04/17 only removed -DWINE_NO_DEBUG_MSGS / > -DWINE_NO_TRACE_MSGS from configure, but not from > include/wine/debug.h. Right, it was a problem with a lot of people turning debug messages off and sending in useless problem reports. So that option got remov

Re: compiling out debugging messages?

2007-02-12 Thread Lei Zhang
Also, the patch from 2007/04/17 only removed -DWINE_NO_DEBUG_MSGS / -DWINE_NO_TRACE_MSGS from configure, but not from include/wine/debug.h. On 2/12/07, Lei Zhang <[EMAIL PROTECTED]> wrote: Hi, Is it still possible to compile out debugging messages? According to http://winehq.org/site/docs/wined

compiling out debugging messages?

2007-02-12 Thread Lei Zhang
Hi, Is it still possible to compile out debugging messages? According to http://winehq.org/site/docs/winedev-guide/dbg-compiling, I can pass --disable-debug, but the Changelog says that option was removed about 10 month ago. - Lei