                              Wine Documentation                               
Prev                       Chapter 8. Debug Logging                        Next
-------------------------------------------------------------------------------

8.8. Compiling Out Debugging Messages

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.

-------------------------------------------------------------------------------
Prev                                  Home                                 Next
The --debugmsg command                 Up                  A Few Notes on Style
line option                                                                    
