diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index e0e972b614..edbfc9b519 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -87,12 +87,11 @@ // NDEBUG) or, on the contrary, enable more asserts, including the usually // disabled ones, in the debug build (then do it inside #ifndef NDEBUG) // -// Uncommented for Audacity, and set to 1 (rather than 2) for debug builds. -#ifdef NDEBUG - #define wxDEBUG_LEVEL 0 -#else - #define wxDEBUG_LEVEL 1 -#endif +// #ifdef NDEBUG +// #define wxDEBUG_LEVEL 0 +// #else +// #define wxDEBUG_LEVEL 2 +// #endif // wxHandleFatalExceptions() may be used to catch the program faults at run // time and, instead of terminating the program with a usual GPF message box,