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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user