]> git.saurik.com Git - wxWidgets.git/commit
Make --disable-debug[_flag] configure option really work.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Jul 2010 13:42:43 +0000 (13:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Jul 2010 13:42:43 +0000 (13:42 +0000)
commitf5d5adf87d9053fc8ec293c15c36677fc2e72475
tree60a0991a4017d4a5f15c4a5d5702c64370efcec6
parentfda43a0e0127577b89168679852bb64a106714f0
Make --disable-debug[_flag] configure option really work.

We never defined wxDEBUG_LEVEL as 0 meaning that debugging code in wxWidgets
was always enabled, even if --disable-debug_flag or --disable-debug (which
implies it) was given.

Fix this now by adding -DwxDEBUG_LEVEL=0 to CPPFLAGS if necessary.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in