From 9ef3f6f2c950a7feafea5690c1cf84c9351acbe9 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 14 Jun 2012 23:21:57 +0000 Subject: [PATCH] setting debug level explicitly git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/osx/wxrelease.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/osx/wxrelease.xcconfig b/build/osx/wxrelease.xcconfig index d3fb036..34ebec1 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 -- 2.7.4