From: Stefan Csomor Date: Sat, 27 Mar 2004 06:40:58 +0000 (+0000) Subject: macos native debug levels X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5d7fe188ad942983f3f85637870b7d5803dec46c?ds=inline macos native debug levels git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wx_cw_cm.h b/include/wx/wx_cw_cm.h index 127bbbc0f1..7498097e0b 100644 --- a/include/wx/wx_cw_cm.h +++ b/include/wx/wx_cw_cm.h @@ -1,5 +1,9 @@ #define MSL_USE_PRECOMPILED_HEADERS 0 - +#if __WXDEBUG__ + // mac os assert levels + #define DEBUG 1 + #define DEBUG_INTERNAL 1 +#endif #if !defined( __MWERKS__ ) #error "this file is only for builds with Metrowerks CodeWarrior" #endif