From: Stefan Csomor Date: Thu, 14 Jun 2012 23:21:57 +0000 (+0000) Subject: setting debug level explicitly X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9ef3f6f2c950a7feafea5690c1cf84c9351acbe9?ds=sidebyside setting debug level explicitly git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/osx/wxrelease.xcconfig b/build/osx/wxrelease.xcconfig index d3fb0366a9..34ebec1adf 100644 --- a/build/osx/wxrelease.xcconfig +++ b/build/osx/wxrelease.xcconfig @@ -1,2 +1,2 @@ GCC_OPTIMIZATION_LEVEL = 2 -WX_PREPROCESSOR_DEFINITIONS = \ No newline at end of file +WX_PREPROCESSOR_DEFINITIONS = wxDEBUG_LEVEL=0 \ No newline at end of file