-// Set this to 1 to be able to generate a human-readable (unlike
-// machine-readable minidumop created by wxCrashReport::Generate()) stack back
-// trace when your program crashes using wxStackWalker
-//
-// Default is 1 if supported by the compiler.
-//
-// Recommended setting: 1, set to 0 if your programs never crash
-#define wxUSE_STACKWALKER 1
-
-#if !wxUSE_ON_FATAL_EXCEPTION
- #undef wxUSE_CRASHREPORT
- #define wxUSE_CRASHREPORT 0
- #undef wxUSE_STACKWALKER
- #define wxUSE_STACKWALKER 0
-#endif
-