]> git.saurik.com Git - wxWidgets.git/commit
Define wxDEBUG_LEVEL in both debug and release builds as 1.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Sep 2009 11:28:52 +0000 (11:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Sep 2009 11:28:52 +0000 (11:28 +0000)
commit7d9550df507d5522ac76887e5876b314b729ed50
tree9b20d902a137e94282444fd0953e95f1cf98d4df
parentdb5a2bff58b2dadd6c657afa57e0e723b9cab71d
Define wxDEBUG_LEVEL in both debug and release builds as 1.

By default include assertions and debug logging in both debug and release
builds but disable them in application release builds (when NDEBUG is
defined).

Also update (more accurately, replace) debugging overview.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/doxygen/groups/funcmacro_debug.h
docs/doxygen/overviews/debugging.h
include/wx/app.h
include/wx/build.h
include/wx/debug.h
include/wx/log.h
include/wx/msw/app.h
interface/wx/app.h
interface/wx/debug.h
interface/wx/log.h
src/common/appbase.cpp