]> git.saurik.com Git - wxWidgets.git/commitdiff
set wxUSE_DEBUGREPORT to 1 by default again
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Mar 2005 00:51:20 +0000 (00:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Mar 2005 00:51:20 +0000 (00:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/setup0.h
include/wx/msw/setup0.h
include/wx/msw/wince/setup.h
include/wx/setup_inc.h

index c385c7ebbd72a5e3d7863a0ad98c4ec669c260f6..f8ab507dfa01401921896e1d66ca1833e5cb850c 100644 (file)
 //
 // Default is 1 if supported by the compiler.
 //
-// Recommended setting: 0, it is still experimental and API may change
-#define wxUSE_DEBUGREPORT 0
+// Recommended setting: 1, it is compiled into a separate library so there
+//                         is no overhead if you don't use it
+#define wxUSE_DEBUGREPORT 1
 
 // ----------------------------------------------------------------------------
 // Unicode support
index f51f0e2e299c5277c5e2b6590b04e364523ac3f2..4580e4407df576394df6187a820782c5eeaa664b 100644 (file)
 //
 // Default is 1 if supported by the compiler.
 //
-// Recommended setting: 0, it is still experimental and API may change
-#define wxUSE_DEBUGREPORT 0
+// Recommended setting: 1, it is compiled into a separate library so there
+//                         is no overhead if you don't use it
+#define wxUSE_DEBUGREPORT 1
 
 // ----------------------------------------------------------------------------
 // Unicode support
index d989926ee2961af69fc4e07a2549f6859e123cd4..6559ce836cc731e8e27cf531c42f06d273d43c30 100644 (file)
 //
 // Default is 1 if supported by the compiler.
 //
-// Recommended setting: 0, it is still experimental and API may change
-#define wxUSE_DEBUGREPORT 0
+// Recommended setting: 1, it is compiled into a separate library so there
+//                         is no overhead if you don't use it
+#define wxUSE_DEBUGREPORT 1
 
 // ----------------------------------------------------------------------------
 // Unicode support
index a91c756a9e7a24ef2f1f65f4650e56319ad2435c..a2f76c9f6f0d1c69f4ef4375c0f1765520fc38a1 100644 (file)
 //
 // Default is 1 if supported by the compiler.
 //
-// Recommended setting: 0, it is still experimental and API may change
-#define wxUSE_DEBUGREPORT 0
+// Recommended setting: 1, it is compiled into a separate library so there
+//                         is no overhead if you don't use it
+#define wxUSE_DEBUGREPORT 1
 
 // ----------------------------------------------------------------------------
 // Unicode support