set wxUSE_DEBUGREPORT to 1 by default again

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-03-21 00:51:20 +00:00
parent cde948b4db
commit 0978fcb3d6
4 changed files with 12 additions and 8 deletions

View File

@@ -139,8 +139,9 @@
// //
// Default is 1 if supported by the compiler. // Default is 1 if supported by the compiler.
// //
// Recommended setting: 0, it is still experimental and API may change // Recommended setting: 1, it is compiled into a separate library so there
#define wxUSE_DEBUGREPORT 0 // is no overhead if you don't use it
#define wxUSE_DEBUGREPORT 1
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// Unicode support // Unicode support

View File

@@ -138,8 +138,9 @@
// //
// Default is 1 if supported by the compiler. // Default is 1 if supported by the compiler.
// //
// Recommended setting: 0, it is still experimental and API may change // Recommended setting: 1, it is compiled into a separate library so there
#define wxUSE_DEBUGREPORT 0 // is no overhead if you don't use it
#define wxUSE_DEBUGREPORT 1
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// Unicode support // Unicode support

View File

@@ -138,8 +138,9 @@
// //
// Default is 1 if supported by the compiler. // Default is 1 if supported by the compiler.
// //
// Recommended setting: 0, it is still experimental and API may change // Recommended setting: 1, it is compiled into a separate library so there
#define wxUSE_DEBUGREPORT 0 // is no overhead if you don't use it
#define wxUSE_DEBUGREPORT 1
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// Unicode support // Unicode support

View File

@@ -123,8 +123,9 @@
// //
// Default is 1 if supported by the compiler. // Default is 1 if supported by the compiler.
// //
// Recommended setting: 0, it is still experimental and API may change // Recommended setting: 1, it is compiled into a separate library so there
#define wxUSE_DEBUGREPORT 0 // is no overhead if you don't use it
#define wxUSE_DEBUGREPORT 1
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// Unicode support // Unicode support