| Wine Documentation | ||
|---|---|---|
| <<< Previous | Debug Logging | Next >>> |
To compile out the debugging messages, provide configure with the following options:
--disable-debug -- turns off TRACE, WARN, and FIXME (and DUMP).
--disable-trace -- turns off TRACE only.
|
This will result in an executable that, when stripped, is about 15%-20% smaller. Note, however, that you will not be able to effectively debug Wine without these messages.
This feature has not been extensively tested--it may subtly break some things.
| <<< Previous | Home | Next >>> |
| The --debugmsg command line option | Up | A Few Notes on Style |